react-loader-spinner

6.1.6last stable release 1 year ago
Complexity Score
Medium
Open Issues
N/A
Dependent Projects
91
Weekly Downloadsglobal
200,059

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

Readme

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

Dependencies

Loading dependencies...

CVE IssuesActive
0
Scorecards Score
2.80
Test Coverage
No Data
Follows Semver
Yes
Github Stars
990
Dependenciestotal
26
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No Data
Repo Audits
No Data

Learn how to distribute react-loader-spinner in your own private NPM registry

npm config set registry  https://npm.cloudsmith.com/owner/repo
Processing...
Done
npm install react-loader-spinner
Processing...
Done

75 Releases

NPM on Cloudsmith

Getting started with NPM on Cloudsmith is fast and easy.