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