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.
-
react-content-loader
⚪ SVG-Powered component to easily create skeleton loadings. -
react-spinners
A collection of loading spinner components for react -
react-spinkit
A collection of loading indicators animated with CSS for React -
react-redux-loading-bar
Loading Bar (aka Progress Bar) for Redux and React -
react-loader
React component that displays a spinner via spin.js until your component is loaded. -
react-progress-button
:cyclone: Simple react.js component for an inline progress indicator -
react-block-ui
Easy way to block the user from interacting with your UI. -
spinners-react
Lightweight SVG/CSS spinners for React -
react-spinners-css
Amazing collection of React spinners components with pure css -
react-md-spinner
Material Design spinner components for React.js. -
react-progress-label
Progress component for React and React Native -
React Nested Loader
The easiest way to inject a loader into a deeply nested component
Appwrite - The Open Source Firebase alternative introduces iOS support
Do you think we are missing an alternative of react-loader-spinner or a related project?
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:
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.