Files
shadcn-ui/apps/www/components/examples/button/ghost.tsx
2023-01-24 19:51:29 +04:00

6 lines
131 B
TypeScript

import { Button } from "@/components/ui/button"
export function ButtonGhost() {
return <Button variant="ghost">Ghost</Button>
}