oui-button-demo-ghost

PreviousNext
Docs
ouicomponent

Preview

Loading preview…
registry/default/components/oui-button-demo-ghost.tsx
"use client";

import { Button } from "@/registry/default/ui/oui-button";

export default function Component() {
  return <Button variant="ghost">Ghost</Button>;
}

Installation

npx shadcn@latest add @oui/oui-button-demo-ghost

Usage

import { OuiButtonDemoGhost } from "@/components/oui-button-demo-ghost"
<OuiButtonDemoGhost />