Button
Pixel-bordered wooden buttons with hover and press effects, inspired by Stardew Valley's menu buttons.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "default" | "destructive" | "ghost" | "default" | Visual style of the button. |
| size | "sm" | "md" | "lg" | "md" | Controls the height and padding of the button. |
| disabled | boolean | false | Disables the button and reduces opacity. |
| children | ReactNode | — | Content displayed inside the button. |
| className | string | — | Additional CSS classes to apply. |