Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
import { PulsatingButton } from "@/components/ui/pulsating-button"
<PulsatingButton>Pulsating Button</PulsatingButton>
Prop | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | - | The content of the button. |
className | string | - | Additional class names for the button. |
pulseColor | string | - | The rbg numbers only for the color of the pulsing waves. |
duration | string | - | The time span of one pulse. |