Button
Installation
import { Button } from 'uxp/components';Signature
const Button: React.FunctionComponent<ButtonProps>Examples
<Button
title="Click"
onClick={() => {alert("Clicked")}}
/><Button
title="Click"
onClick={() => {alert("Clicked")}}
leftIcon="https://static.iviva.com/images/lucy-logo.svg"
loading={isLoading}
loadingTitle="Loading..."
className="custom-css-class"
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated