Files
shadcn-ui/apps/v4/examples/base/button-ghost.tsx
shadcn 64b88b6cdb feat: refactor styles handling across v4 (#10176)
* feat: refactor styles handling across v4

* fix

* fix

* fix

* fix

* fix

* fix
2026-03-26 09:50:58 +04:00

6 lines
145 B
TypeScript

import { Button } from "@/styles/base-nova/ui/button"
export default function ButtonGhost() {
return <Button variant="ghost">Ghost</Button>
}