Loading...
Components / Glass Premium Button
Glossy gradient button with soft glow and gradient
npx shadcn@latest add https://aceui.dev/r/glass-premium-button.jsonRun the following command
npx shadcn@latest add https://aceui.dev/r/glass-premium-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 |