Button
Displays a button or a component that looks like a button.
Preview
Installation
npx shadcn@latest add @rhi/buttonUsage
import { Button } from "@/components/ui/button"
<Button variant="default">Click me</Button>Props
| Prop | Type | Default |
|---|---|---|
| variant | string | default |
| size | string | default |
| asChild | boolean | false |