3.1.1 • Published 2 years ago

react-spinner-animated v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-spinner-animated

Loader/Spinner Library for React

NPM JavaScript Style Guide

Install

npm i react-spinner-animated

Variations

  • <BarLoader/>
  • <DoubleBubble>
  • <SlidingPebbles/>
  • <DoubleOrbit/>
  • <Spinner/>
  • <HalfMalf/>
  • <TripleMaze/>

Usage

You must import both the Loader/Spinner component and index.css i.e - import 'react-spinner-animated/dist/index.css'

import { BarLoader,DoubleBubble, SlidingPebbles } 
from 'react-spinner-animated';

import 'react-spinner-animated/dist/index.css'

class MyComponent extends Component {
  render() {
    return <DoubleOrbit text={"Loading..."} bgColor={"#F0A500"} 
    center={false} width={"150px"} height={"150px"}/>
  }
}

Props

See you again with more spinners

License

MIT © venushadilshan

3.0.4

2 years ago

3.0.3

2 years ago

3.1.1

2 years ago

3.0.2

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.8

2 years ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.0

2 years ago

3.0.9

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago