button-outline

PreviousNext
Docs
takiexample

Preview

Loading preview…
registry/new-york/examples/button-outline.tsx
import { Button } from "@/registry/new-york/ui/button"

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

Installation

npx shadcn@latest add @taki/button-outline

Usage

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