Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

react-loader-spinner

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-loader-spinner - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "react-loader-spinner",
"version": "1.0.0",
"version": "1.1.0",
"description": " react-spinner-loader provides simple React.js spinner component which can be implemented for async wait operation before data load to the view.",

@@ -5,0 +5,0 @@ "repository": {

@@ -22,11 +22,11 @@ # react-loader-spinner

| Ball-Triangle | ``` <Loader type={Ball-Triangle} color={#somecolor} height={80} width={80} /> ```|
| Bars | ```<Loader type={Bars} color={#somecolor} height={80} width={80} />``` |
| Circles | ```<Loader type={Circles} color={#somecolor} height={80} width={80}/>``` |
| Grid|```<Loader type={Grid} color={#somecolor} height={80} width={80} />``` |
|Hearts|```<Loader type={Hearts} color={#somecolor} height={80} width={80} />```|
|Oval|```<Loader type={Oval} color={#somecolor} height={80} width={80} />```|
|Puff|```<Loader type={Puff} color={#somecolor} height={80} width={80} />```|
|Rings|```<Loader type={Rings} color={#somecolor} height={80} width={80} />```|
|TailSpin|```<Loader type={TailSpin} color={#somecolor} height={80} width={80} />```|
|ThreeDots|```<Loader type={ThreeDots} color={#somecolor} height={80} width={80} />```|
| Bars | ```<Loader type="Bars" color="#somecolor" height={80} width={80} />``` |
| Circles | ```<Loader type="Circles" color="#somecolor" height={80} width={80}/>``` |
| Grid|```<Loader type="Grid" color="#somecolor" height={80} width={80} />``` |
|Hearts|```<Loader type="Hearts" color="#somecolor" height={80} width={80} />```|
|Oval|```<Loader type="Oval" color="#somecolor" height={80} width={80} />```|
|Puff|```<Loader type="Puff" color="#somecolor" height={80} width={80} />```|
|Rings|```<Loader type="Rings" color="#somecolor" height={80} width={80} />```|
|TailSpin|```<Loader type="TailSpin" color="#somecolor" height={80} width={80} />```|
|ThreeDots|```<Loader type="ThreeDots" color="#somecolor" height={80} width={80} />```|

@@ -33,0 +33,0 @@ ### PropTypes Aviliable

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc