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"
/>Properties
Name
Type
Description
title
type
icon
type
className
type
onClick
type
loading
type
loadingTitle
type
active
type
disabled
type
Last updated