mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-03 01:18:38 +00:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import { Button } from "@/styles/base-nova/ui/button"
|
|
|
|
export default function ButtonGhost() {
|
|
return <Button variant="ghost">Ghost</Button>
|
|
}
|