import { Button } from "@/registry/ui/button";
const GhostButtonDemo = () => <Button variant="ghost">Ghost</Button>;
export default GhostButtonDemo;
npx shadcn@latest add @shadcnui-blocks/button-08import { Button08 } from "@/components/button-08"<Button08 />