Command Palette

Search for a command to run...

Button

Displays a button or a component that looks like a button. Built on Base UI Button primitive with the shincn classic embossed style.

Installation

npx shadcn add button --registry https://ui.ch.sh/r

Usage

import { Button } from "@/components/ui/button"

export default function Example() {
  return <Button>Click me</Button>
}

Examples

Variants

Sizes

With Icon

Loading