Button

PreviousNext

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

Docs
bunduicomponent

Preview

Loading preview…
examples/components/button/outline/page.tsx
import { Button } from "@/components/ui/button";

export default function ButtonOutline() {
  return <Button variant="outline">Outline</Button>;
}

Installation

npx shadcn@latest add @bundui/button-outline

Usage

import { ButtonOutline } from "@/components/button-outline"
<ButtonOutline />