mhnpd / react-loader-spinner

Collection sets of a spinners for async operations for ReactJS

Home Page:https://mhnpd.github.io/react-loader-spinner/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release tag stars issue open-issues commits commits

title

react-spinner-loader provides simple React SVG spinner component which can be implemented for async await operation before data loads to the view.

Installation

npm install react-loader-spinner --save
# or
yarn add react-loader-spinner

Documentation:

  1. Getting Started
  2. Spinners
  3. Code Sandbox Example

Usage

No css import is required

import { Audio } from 'react-loader-spinner'
;<Audio
  height="80"
  width="80"
  radius="9"
  color="green"
  ariaLabel="loading"
  wrapperStyle
  wrapperClass
/>

License

MIT

Contributors

About

Collection sets of a spinners for async operations for ReactJS

https://mhnpd.github.io/react-loader-spinner/

License:MIT License


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%