1import { Button } from "@/zeroui/components/buttons";23export default function Example() {Sizes
1<Button size="sm">Small</Button>2<Button size="md">Medium</Button>3<Button size="lg">Large</Button>Installation
npx zeroui@latest add button-basicProps
| name | type | default | description |
|---|---|---|---|
| variant | "default" | "outline" | "ghost" | "destructive" | "link" | "default" | - |
| size | "sm" | "md" | "lg" | "md" | - |
| children | ReactNode | - | - |
| className | string | "" | - |
| disabled | boolean | false | - |