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 | filledghostoutlinetext | filled | 
| action | progressivedestructiveneutral | progressive | 
| size | normalicon | normal | 
| disabled | boolean | false | 
| onClick | () => void | - | 
| className | string | - |