Button

Base interactive button with sharp edges, slant variant, and hard-shadow styling.

Installation

npx shadcn@latest add @gameone/button

Registry dependencies: gameone-utils

Usage

Import
import { Button } from "@/components/ui/button"
Example
<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.