Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 709 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 709 Bytes

React SpinKit

Build Status

the package is based on SpinKit by tobiasahlin which is really great when you want a spinner. and this one is prepared to be used as a simple react component.

Demo

Install

npm install react-spinkits --save

Usage

import the component

import Loader from 'react-spinkits'

// and use like this
<Loader type="rect" /> 

License

Copyright © 2017 Amirhossein Eslami, Licensed under MIT.