react-spinning-wheel
v2.1.0
Published
useful react component libraries. don't worry, only used ones get bundled into your package
Downloads
833
Readme
react-spinning-wheel
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');