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