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

react-spinners

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spinners - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

package.json
{
"name": "react-spinners",
"version": "0.0.14",
"version": "0.0.15",
"description": "A collection of react loading spinners",

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

# React Spinners
[![npm version](https://badge.fury.io/js/react-spinners.svg)][npm_url]
[![downloads](https://img.shields.io/npm/davidh2000/react-spinner.svg)][npm_url]
[![dependencies](https://david-dm.org/davidhu2000/react-spinners.svg)][npm_url]
[![devDependencies](https://david-dm.org/davidhu2000/react-spinners.svg#info=devDependencies)][npm_url]
[npm_url]: https://www.npmjs.org/package/react-spinners
A collection of loading spinners with React.js based on [Halogen](https://github.com/yuanyan/halogen).

@@ -9,3 +16,3 @@

[Demo](https://davidhu2000.github.io/react-spinners)
[Demo Page](https://davidhu2000.github.io/react-spinners)

@@ -45,19 +52,19 @@ ## Installation

Loader | Loading:bool | color:str | size:int | height:int | width:int | radius:int | margin:int
------------:|:------------:|:-----------:|:--------:|:----------:|:---------:|:----------:|:---------:
BeatLoader | `true` | `'#ffffff'` | `15` | | | | `2`
BounceLoader | `true` | `'#ffffff'` | `60` | | | |
ClipLoader | `true` | `'#ffffff'` | `35` | | | |
DotLoader | `true` | `'#ffffff'` | `60` | | | | `2`
FadeLoader | `true` | `'#ffffff'` | | `15` | `5` | `2` | `2`
GridLoader | `true` | `'#ffffff'` | `15` | | | | `2`
MoonLoader | `true` | `'#ffffff'` | `60` | | | | `2`
PacmanLoader | `true` | `'#ffffff'` | `25` | | | | `2`
PulseLoader | `true` | `'#ffffff'` | `15` | | | | `2`
RingLoader | `true` | `'#ffffff'` | `60` | | | | `2`
RiseLoader | `true` | `'#ffffff'` | `15` | | | | `2`
RotateLoader | `true` | `'#ffffff'` | `15` | | | | `2`
ScaleLoader | `true` | `'#ffffff'` | | `35` | `4` | `2` | `2`
SkewLoader | `true` | `'#ffffff'` | `20` | | | |
SquareLoader | `true` | `'#ffffff'` | `50` | | | | `2`
SyncLoader | `true` | `'#ffffff'` | `15` | | | | `2`
Loader | Loading:bool | color:str | size:int | height:int | width:int | radius:int | margin:int
------------:|:------------:|:---------:|:--------:|:----------:|:---------:|:----------:|:---------:
BeatLoader | `true` | `'#fff'` | `15` | | | | `2`
BounceLoader | `true` | `'#fff'` | `60` | | | |
ClipLoader | `true` | `'#fff'` | `35` | | | |
DotLoader | `true` | `'#fff'` | `60` | | | | `2`
FadeLoader | `true` | `'#fff'` | | `15` | `5` | `2` | `2`
GridLoader | `true` | `'#fff'` | `15` | | | | `2`
MoonLoader | `true` | `'#fff'` | `60` | | | | `2`
PacmanLoader | `true` | `'#fff'` | `25` | | | | `2`
PulseLoader | `true` | `'#fff'` | `15` | | | | `2`
RingLoader | `true` | `'#fff'` | `60` | | | | `2`
RiseLoader | `true` | `'#fff'` | `15` | | | | `2`
RotateLoader | `true` | `'#fff'` | `15` | | | | `2`
ScaleLoader | `true` | `'#fff'` | | `35` | `4` | `2` | `2`
SkewLoader | `true` | `'#fff'` | `20` | | | |
SquareLoader | `true` | `'#fff'` | `50` | | | | `2`
SyncLoader | `true` | `'#fff'` | `15` | | | | `2`

Sorry, the diff of this file is not supported yet

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