0.2.0 • Published 4 years ago

react-nice-loading-spinners v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

React Loading Spinners

Usage

import React from 'react';
import { CircleLoader, BarLoader } from 'react-loading-spinners';

function App() {
  return <CircleLoader />
}

Styling

You can apply your own styles through styled-components.

Example

const StyledCircle = styled(CircleLoader)`
  border: 16px solid #ccc;
  border-top: 16px solid #bbb;
  width: 20px;
  height: 20px;
`

License

MIT

Keywords

react, spinners, loaders