react-nice-loading-spinners

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i react-nice-loading-spinners

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • roberts98