dyte-controlbar-button
A skeleton component used for composing buttons.
Props
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"
variant
Variant
Default
'button'
Type
"button" | "horizontal"