2.1.0 • Published 4 years ago

react-spinning-wheel v2.1.0

Weekly downloads
38
License
MIT
Repository
github
Last release
4 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

4 years ago

1.1.7

7 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago