mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-23 20:55:47 +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>
|
|
}
|