Buttons are interactive elements used to trigger actions, submit forms, and navigate users through an application.
An interactive component used to trigger an action or event, such as submitting a form, opening a dialog, or performing a delete operation.
Prop | Type | Default |
---|---|---|
children | ReactNode | -- |
type | enum | 'button' |
className | string | '' |
customRootClass | string | '' |
variant | string | '' |
size | string | '' |
color | string | '' |
disabled | boolean | false |