8000 GitHub - giubrocchi/react-loader-spinner: Collection sets of a spinners for async operations for ReactJS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

giubrocchi/react-loader-spinner

 
 

Repository files navigation

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%
0