Loading...
Components / Blue Tonned Button
Blue Gradient button with layerd shadow
npx shadcn@latest add https://aceui.dev/r/blue-tonned-button.jsonRun the following command
npx shadcn@latest add https://aceui.dev/r/blue-tonned-button.json| Prop | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | 'Click me' | Content inside the button. |
| className | string | '' | Additional Tailwind classes. |
| onClick | () => void; | '' | For click events |