Pulse Button
OfficialAn animated button with a pulsating effect using Tailwind CSS
Freebuttonanimationpulsetailwind
6 downloadsOonkooUI Team
Installation
Run the following command:
npx oonkoo add pulse-buttonProps
PulseButton Props
| Prop | Type | Default |
|---|---|---|
| pulseColor | string | "#808080" |
| duration | string | "1.5s" |
Usage
Copy and paste the following code to use this component:
import { PulseButton } from "@/components/oonkoo/pulse-button"
<PulseButton>
{/* Your content */}
</PulseButton>