Pulse Button
CTA button with animated pulsing rings radiating outward to draw attention.
Default
Red urgent
Slow pulse
Installation
npx shadcn@latest add https://wise-ui.com/r/pulse-button.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| pulseColor | string | hsl(var(--primary)) | Color of the pulsing ring. |
| duration | number | 2 | Seconds per pulse cycle. |
| children | React.ReactNode | - | Button label content. |
| className | string | - | Additional classes for the button element. |