button-style-secondary

PreviousNext
Docs
retrouiblock

Preview

Loading preview…
preview/components/button-style-secondary.tsx
import { Button } from "@/components/retroui/Button";

export default function ButtonStyleSecondary() {
  return <Button variant="secondary">Click Me!</Button>;
}

Installation

npx shadcn@latest add @retroui/button-style-secondary

Usage

import { ButtonStyleSecondary } from "@/components/button-style-secondary"
<ButtonStyleSecondary />