Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
import { CoolMode } from "@/components/ui/cool-mode"
<CoolMode>
<button>Click me</button>
</CoolMode>
Prop | Type | Default | Description |
---|---|---|---|
particle | String | "circle" | The particle URL for a custom particle |
size | Number | Varies | Size of the particle |
particleCount | Number | Varies | The number of particles to generate |
speedHorz | Number | Varies | Horizontal speed of the particles |
speedUp | Number | Varies | Upward speed of the particles |