react-simple-loaders

0.0.2 • Public • Published

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

  • colorParticles type: string default: multiColor

  • loaderSize type: number default: 200

  • particleSize type: number default: 5

  • particlesQuantity type: number default: 50

  • loaderVelocity type: number default: 5

Readme

Keywords

none

Package Sidebar

Install

npm i react-simple-loaders

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • save-deployer