react-spinkit

A collection of loading indicators animated with CSS for React

Currently I've ported all the spinner animations from Spinkit. If you have other favorite css spinner you'd like to include, open an issue.

Install

$ npm install react-spinkit --save
Console

Usage

var Spinner = require('react-spinkit');

<Spinner name='double-bounce' />
JavaScript

Live Demo

http://kyleamathews.github.io/react-spinkit/

GitHub