https://github.com/arthur199212/reactjs-spinners
Technologies: React, TypeScript, Rollup, Eslint, Prettier, Jest, Travis-CI.
https://github.com/arthur199212/reactjs-spinners
coveralls css eslint prettier react rollup spinners travis-ci typescript
Last synced: 3 months ago
JSON representation
Technologies: React, TypeScript, Rollup, Eslint, Prettier, Jest, Travis-CI.
- Host: GitHub
- URL: https://github.com/arthur199212/reactjs-spinners
- Owner: Arthur199212
- License: mit
- Created: 2020-07-03T18:41:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:28:45.000Z (almost 3 years ago)
- Last Synced: 2025-06-23T19:42:13.713Z (about 1 year ago)
- Topics: coveralls, css, eslint, prettier, react, rollup, spinners, travis-ci, typescript
- Language: CSS
- Homepage: https://arthur199212.github.io/reactjs-spinners/
- Size: 1.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Pure CSS Spinners For React
[](https://travis-ci.org/Arthur199212/reactjs-spinners)
[](https://coveralls.io/github/Arthur199212/reactjs-spinners?branch=master)
## Demo
[Hosted demos](https://Arthur199212.github.io/reactjs-spinners/)
## Get started
Install the package with `npm` or `yarn`
```sh
npm i react-css-spinners
yarn add react-css-spinners
```
Import spinner you like and use it
```ts
import { Ellipsis } from 'reactjs-spinners'
const AppLoader = props => (
)
```
## Examples
Check the `/examples` folder
- [Client-side rendering](https://github.com/Arthur199212/reactjs-spinners/tree/master/examples/csr)
- [Server-side rendering](https://github.com/Arthur199212/reactjs-spinners/tree/master/examples/ssr)