Button
An interactive element activated by a user with a mouse, keyboard, finger, voice command, or other assistive technology.
<Button>
<HandMetal size={20} /> Button
</Button>
Examples
Icon
Destructive
Neutral
Outline
Ghost
Text
Disabled
API Reference
Prop | Type | Default |
---|---|---|
variant | filled ghost outline text | filled |
action | progressive destructive neutral | progressive |
size | normal icon | normal |
disabled | boolean | false |
onClick | () => void | - |
className | string | - |