DyteControlbarButton
A skeleton component used for composing buttons.
Props
brandIcon
Whether icon requires brand color
Default
false
Type
boolean
disabled
Whether button is disabled
Default
false
Type
boolean
icon
Icon
Type
string
iconPack
isLoading
Loading state Ignores current icon and shows a spinner if true
Type
boolean
label
Label of button
Type
string
showWarning
Whether to show warning icon
Default
false
Type
boolean
size
Size
Type
"lg" | "md" | "sm" | "xl"
t
variant
Variant
Default
'button'
Type
"button" | "horizontal"