Popularity
5.9
Growing
Activity
9.0
-
927
9
139

Programming language: TypeScript
License: MIT License
Tags: UI Components     Loader    

react-loader-spinner alternatives and similar libraries

Based on the "Loader" category.
Alternatively, view react-loader-spinner alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of react-loader-spinner or a related project?

Add another 'Loader' Library

README

Node.js Package release tag stars issue open-issues commits commits

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


*Note that all licence references and agreements mentioned in the react-loader-spinner README section above are relevant to that project's source code only.