"use client";
import { Button } from "@/registry/default/ui/oui-button";
export default function Component() {
return <Button variant="ghost">Ghost</Button>;
}
npx shadcn@latest add @oui/oui-button-demo-ghostimport { OuiButtonDemoGhost } from "@/components/oui-button-demo-ghost"<OuiButtonDemoGhost />