Ghost Button

PreviousNext

A ghost button component

Docs
shadcnui-blockscomponent

Preview

Loading preview…
components/customized/button/button-08.tsx
import { Button } from "@/registry/ui/button";

const GhostButtonDemo = () => <Button variant="ghost">Ghost</Button>;

export default GhostButtonDemo;

Installation

npx shadcn@latest add @shadcnui-blocks/button-08

Usage

import { Button08 } from "@/components/button-08"
<Button08 />