Button
Installation
import {Button} from 'uxp/components';Examples
<Button
title="Click"
onClick={() => {alert("Clicked")}}
/><Button
title="Click"
onClick={() => {alert("Clicked")}}
icon="https://static.iviva.com/images/lucy-logo.svg"
loading={isLoading}
loadingTitle="Loading..."
className="custom-css-class"
/><Button
title='Save'
loadingTitle='Saving...'
useLoadingSpinner={true}
/>Properties
Name
Type
Description
title
type
icon
type
iconPosition
type
className
type
onClick
type
loading
type
loadingTitle
type
active
type
disabled
type
styles
type
iconStyles
type
useLoadingSpinner
type
type
type
Last updated