1.0.30 • Published 1 year ago
react-fire-particles-kkduniya v1.0.30
React Custom Particles
React Custom Particles is a lightweight and customizable particle animation library for React.js. This library allows you to create stunning particle effects without relying on third-party particle libraries. You can customize particle colors, sizes, speed, and more.
Installation
You can install the library via npm:
npm install react-fire-particles-kkduniya
## Example
# import React from 'react';
# import ParticlesComponent from 'react-custom-particles';
# const options = {
# particleCount: 100, // Number of particles
# size: { min: 1, max: 5 }, // Size range of particles
# speed: { min: 0.5, max: 2 }, // Speed range of particles
# colors: ['#1E00FF', '#FF0061', '#E1FF00', '#00FF9E'] // Array of colors for particles
# };
# const App = () => (
# <div style={{ height: 100vh, width: "100%" }}>
# <ParticlesComponent options={options} />
# </div>
# );
# export default App;
1.0.17
1 year ago
1.0.22
1 year ago
1.0.21
1 year ago
1.0.20
1 year ago
1.0.26
1 year ago
1.0.25
1 year ago
1.0.24
1 year ago
1.0.23
1 year ago
1.0.29
1 year ago
1.0.28
1 year ago
1.0.27
1 year ago
1.0.30
1 year ago
1.0.16
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.5
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago