button-dashed

PreviousNext
Docs
reuicomponent

Preview

Loading preview…
registry/default/components/button/dashed.tsx
import { Button } from '@/registry/default/ui/button';

export default function ButtonDemo() {
  return <Button variant="dashed">Button</Button>;
}

Installation

npx shadcn@latest add @reui/button-dashed

Usage

import { ButtonDashed } from "@/components/button-dashed"
<ButtonDashed />