Button
Base interactive button with sharp edges, slant variant, and hard-shadow styling.
Installation
npx shadcn@latest add @gameone/buttonRegistry dependencies: gameone-utils
Usage
import { Button } from "@/components/ui/button"<Button variant="default">Click me</Button>Examples
Default
Secondary
Outline
Ghost
Destructive
Link
Slant
Sizes
With Icons
Buttons support inline leading and trailing icons alongside text labels.
Icon Button Sizes
Square icon-only buttons are available in extra-small, small, default, and large sizes.