Installation
Examples
Variants
Solid, outline, ghost, and soft.
Shapes and sizes
Square vs circle; xs through xl.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| icon* | ReactNode | required | The icon to display. |
| variant | 'solid'|'outline'|'ghost'|'soft' | 'solid' | Visual style. |
| size | 'xs'|'sm'|'md'|'lg'|'xl' | 'md' | Controls width and height. |
| shape | 'square'|'circle' | 'square' | Border radius shape. |
| aria-label* | string | required | Accessible label for screen readers. |