1.0.7 • Published 8 years ago

react-chart-loading v1.0.7

Weekly downloads
19
License
MIT
Repository
github
Last release
8 years ago

react-chart-loading

A fun widget that indicates a chart is loading

line chart loading state

bar chart loading state

Install

npm install react-chart-loading --save

Usage

For full usage example, see the examples directory.

To explore:

git clone https://github.com/jaketrent/react-chart-loading.git
cd react-chart-loading
npm install
npm start
open localhost:3001

In short, this component is published as either es5 or es6. The JS is accompanied by a CSS modules stylesheet. To consume both in your app, you'll need a JS and CSS module loader (eg, webpack).