AsyncButton
Installation
import {AsyncButton} from 'uxp/components';Examples
<AsyncButton
title="Submit"
onClick={async() => {return executeAction("model", "action", {})}}
icon="https://static.iviva.com/images/Adani_UXP/QR_badge_icon.svg"
loadingTitle="Submitting..."
className="custom-css-class"
/>Properties
Name
Type
Description
title
type
icon
type
iconPosition
type
className
type
onClick
type
active
type
disabled
type
loadingTitle
type
onError
type
styles
type
iconStyles
type
useLoadingSpinner
type
type
type
Last updated