react-chart-loading
v1.0.7
Published
Loading spinner for charts
Downloads
24
Maintainers
Readme
react-chart-loading
A fun widget that indicates a chart is loading
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).