button-style-link

PreviousNext
Docs
retrouiblock

Preview

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

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

Installation

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

Usage

import { ButtonStyleLink } from "@/components/button-style-link"
<ButtonStyleLink />