1.0.30 • Published 8 months ago

react-fire-particles-kkduniya v1.0.30

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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

8 months ago

1.0.22

8 months ago

1.0.21

8 months ago

1.0.20

8 months ago

1.0.26

8 months ago

1.0.25

8 months ago

1.0.24

8 months ago

1.0.23

8 months ago

1.0.29

8 months ago

1.0.28

8 months ago

1.0.27

8 months ago

1.0.30

8 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.5

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago