Button
Demo
Variants
Colors
Sizes
States
Usage
<button> Content </button>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | string | "solid" | Visual style: solid, outline, ghost, link |
| size | string | "md" | Size: sm, md, lg |
| color | string | "primary" | Color: primary, secondary, tertiary, neutral, info, success, warning, error |
| disabled | boolean | false | Disables the button |
| loading | boolean | false | Shows loading spinner |