https://github.com/dotamir/react-spinkit
A react wrapper of SpinKit
https://github.com/dotamir/react-spinkit
react-component spinkit spinkit-components spinner
Last synced: about 2 months ago
JSON representation
A react wrapper of SpinKit
- Host: GitHub
- URL: https://github.com/dotamir/react-spinkit
- Owner: dotamir
- License: mit
- Created: 2017-12-11T16:55:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T06:12:45.000Z (over 6 years ago)
- Last Synced: 2025-03-18T13:22:33.422Z (2 months ago)
- Topics: react-component, spinkit, spinkit-components, spinner
- Language: CSS
- Homepage: https://stackblitz.com/edit/react-czkxb9
- Size: 54.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React SpinKit
[](https://travis-ci.org/dotamir/react-SpinKit)the package is based on [SpinKit](https://github.com/tobiasahlin/SpinKit) by [tobiasahlin](https://github.com/tobiasahlin) which is really great when you want a spinner. and this one is prepared to be used as a simple react component.
[Demo](https://stackblitz.com/edit/react-czkxb9)
## Install
```npm install react-spinkits --save```## Usage
import the component
```js
import Loader from 'react-spinkits'// and use like this
```## License
Copyright © 2017 Amirhossein Eslami, Licensed under [MIT](http://dotamir.mit-license.org/).