New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

css-spinners-react

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-spinners-react

React adaptation of John W. Long's css-spinners library

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-76.92%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status npm version

This is a zero-dependency React adaptation of John W. Long's (jlong) css-spinners library. It should work on any platform that supports css animations.

Usage

Install from NPM

npm install css-spinners-react

Import the spinner components

Import all the spinners in a namespaced fashion

You can import all the spinners at once:

import * as Spinners from 'css-spinners-react';

and use them in a namespaced manner:

<Spinners.Dots />

Import an individual spinner

You can also import a single loader:

import { Dots } from 'css-spinners-react'

and use it without any fancy namespacing:

<Dots />

Components

<Atebits />

<Ball />

<Circles />

<Dots />

<Echo />

<Flower />

<Gauge />

<Heartbeat />

<Hexdots />

<HolePulse />

<InnerCircles />

<Plus />

<Pong />

<Pulse />

<Refreshing />

<Spinner />

<SpinningPixels />

<ThreeQuarters />

<Throbber />

<Timer />

<Whirly />

<Wobblebar />

Keywords

FAQs

Package last updated on 25 Dec 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc