Preview live, install via shadcn or copy the source.
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| children | React.ReactNode | — | No | Text content for the button. If omitted, children are rendered instead. |
| className | string | — | No | Class names for the button container. |
| ...buttonProps | React.ButtonHTMLAttributes<HTMLButtonElement> | — | No | All native button props are forwarded. |