Properties#
Property | Type |
---|---|
inputLabel? | string |
inputLabelPosition? | "top" |
label? | string |
labelAlignment? | "left" |
tooltip? | string |
onClick? | () => void |
variant? | "regular" |
color? | "accent" |
size? | "normal" |
icon? | CustomIcon |
trailingIcon? | CustomIcon |
isActive? | boolean |
isSelected? | boolean |
isDisabled? | boolean |
isLoading? | boolean |
loadingProgress? | number |
suffix? | Partial <Omit <ButtonOptions , "label" |