@diegosalcedoromero/particle-background
v0.0.4
Published
A customizable particle background component for Astro 7.0.0.
Maintainers
Readme
@diegosalcedo/particle-background
A lightweight and customizable particle background component for Astro.
Create animated particle backgrounds with optional connections between particles, custom colors, speed, size, opacity, and more.
✨ Demo
See the particle background in action:
📦 Installation
Install the package using npm:
npm install @diegosalcedo/particle-background
## 🚀 Usage
Import the component into your Astro project:
```astro
---
import { ParticleBackground } from "@diegosalcedo/particle-background";
---
<div class="background-container">
<ParticleBackground />
</div>