Loading...
Components / Shadow Button
Shadow button with inner shadow and box shadow
npx shadcn@latest add https://aceui.dev/r/shadow-button.jsonRun the following command
npx shadcn@latest add https://aceui.dev/r/shadow-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 |