import { Button } from "@/registry/new-york/ui/button"
export default function ButtonOutline() {
return <Button variant="outline">Outline</Button>
}
npx shadcn@latest add @taki/button-outlineimport { ButtonOutline } from "@/components/button-outline"<ButtonOutline />