react-simple-loaders
v0.0.2
Published
React Simple Loaders Component
Readme
react-simple-loaders
This project provides loader components for your react application. Our loaders use the HTML5 Canvas as technology.
For the moment, just one loader is avalaible.
Install
You can install the module via npm :
npm i -S react-simple-loaders
Loaders
loader-particles
import
import LoaderParticles from 'react-simple-loaders/dist/loader-particles'
...
<LoaderParticles />Props
All props are optional
colorParticlestype: stringdefault: multiColorloaderSizetype: numberdefault: 200particleSizetype: numberdefault: 5particlesQuantitytype: numberdefault: 50loaderVelocitytype: numberdefault: 5
