Skip to content
Simple Shadcn
Loading account…
Components

All four component showcases are available in this preview.

Button

Displays a button or a component that looks like a button.

Preview

Installation

bunx shadcn@latest add button

Usage

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

export function Example() {
  return <Button variant="outline">Click me</Button>;
}