0.0.2 • Published 9 years ago

react-simple-loaders v0.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago