ParticlesText
An interactive text component with particle effects that react to mouse movement.
Installation
Usage
import { ParticlesText } from "@/components/ParticlesText"
<ParticlesText text="Interactive Text" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | - | The text to display. |
color | string | "#000000" | Color of the particles. |
backgroundColor | string | "transparent" | Background color. |
minSize | number | 0.5 | Minimum particle size. |
maxSize | number | 1.5 | Maximum particle size. |
density | number | 10 | Particle density. |