Versatile button with variants, sizes, loading states, and icon support.
| Prop | Type | Default | Description |
|---|---|---|---|
variant | string | "default" | Color variant |
size | "xs" | "sm" | "md" | "lg" | "md" | Button size |
loading | boolean | false | Show loading spinner |
disabled | boolean | false | Disable the button |
type | string | "button" | HTML button type |