Skip to content

fraserxu/react-loading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-loading

Easy to use loading animations for React projects. Uses SVG animations from Brent Jackson's loading project.

Installation

npm install react-loading

Demo

http://cezary.github.io/react-loading/

Example

var React = require('react');
var Loading = require('react-loading');

var Component = React.createClass({
  render: function() {
    return (
      <Loading type='balls' color='#e3e3e3' />
    );
  }
});

License

MIT

About

React component for loading animations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.3%
  • JavaScript 13.4%
  • Shell 10.3%