oui-button-demo-secondary

PreviousNext
Docs
ouicomponent

Preview

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

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

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

Installation

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

Usage

import { OuiButtonDemoSecondary } from "@/components/oui-button-demo-secondary"
<OuiButtonDemoSecondary />