Sparkles
Animated particle sparkle effect using tsparticles. Creates a magical, twinkling background perfect for hero sections.
Preview
Magical Sparkles
Installation
Use the CLI to add this component to your project.
Usage
tsx
21 linesCopy
Examples
Colored Sparkles
Golden Sparkles
Dense Particles
Dense & Fast
Props
| Prop | Type | Default | Description |
|---|---|---|---|
id | string | auto-generated | Unique identifier for the particle container |
background | string | #0d47a1 | Background color of the sparkles container |
minSize | number | 1 | Minimum size of particles in pixels |
maxSize | number | 3 | Maximum size of particles in pixels |
speed | number | 4 | Animation speed of the particles |
particleColor | string | #ffffff | Color of the sparkle particles |
particleDensity | number | 120 | Number of particles to render |
className | string | undefined | Additional CSS classes for the container |