2.1.0 • Published 3 years ago

react-spinning-wheel v2.1.0

Weekly downloads
38
License
MIT
Repository
github
Last release
3 years ago

react-spinning-wheel


NPM Version NPM Downloads

homepage

https://bo-react-components.herokuapp.com/

how to use

import React from 'react';
import {ReactSpinner} from 'react-spinning-wheel';
import 'react-spinning-wheel/dist/style.css';

const Component = ()=>(
    <div>
        <ReactSpinner />
    </div>
)
export default Component;

// Load a single method for smaller builds with browserify/rollup/webpack. var extend = require('lodash/fp/extend');

2.1.0

3 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago