mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 21:25:55 +00:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import { Button } from "@/examples/base/ui/button"
|
|
|
|
export default function ButtonGhost() {
|
|
return <Button variant="ghost">Ghost</Button>
|
|
}
|