Socket
Socket
Sign inDemoInstall

react-loader-spinner

Package Overview
Dependencies
23
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-loader-spinner

react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.


Version published
Weekly downloads
188K
increased by2.77%
Maintainers
1
Install size
10.6 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 22 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc