A mouse particle effect react component
npm install react-mouse-particles 
> A mouse particle effect react component
A very fun react library that can be used to create mouse particle effects, which are as cool as meteors or fireballs. I often want to use react to do something fun. Using this component may make your page instantly glorious.
#### Another react particle background animation library is here https://github.com/lindelof/particles-bg


``bash`
npm install --save react-mouse-particles
`jsx
import React, { Component } from 'react'
import MouseParticles from 'react-mouse-particles'
class Example extends Component {
render () {
return (
<>
Parameter Description
`jsx
`key | describe |type | example
----|-----|-----|------
g | Whether to add gravity | number | 1
num | The number of particles emitted each time | number | 3
radius | The radius of every particle | number | 10
alpha | The alpha of every particle | number | .1
tha | The Particle emitter angle | number | 20
v | The Particle emitter Particle velocity | number | 0.5
life | The life of every particle | number | 1.2
color | Particle color | array or string |
cull | Eliminate dom's className without triggering animation | string |
level | Detect levels of culling animation | number | 6`---
https://opensource.org/licenses/MIT