1.0.2 • Published 4 years ago

css-spinners-react v1.0.2

Weekly downloads
257
License
MIT
Repository
github
Last release
4 years ago

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 />