An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Pure CSS Spinners For React

[![Build Status](https://travis-ci.org/Arthur199212/reactjs-spinners.svg?branch=master)](https://travis-ci.org/Arthur199212/reactjs-spinners)
[![Coverage Status](https://coveralls.io/repos/github/Arthur199212/reactjs-spinners/badge.svg?branch=master)](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)