react-spinning-wheel

useful react component libraries. don't worry, only used ones get bundled into your package

Usage no npm install needed!

<script type="module">
  import reactSpinningWheel from 'https://cdn.skypack.dev/react-spinning-wheel';
</script>

README

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');