A very small loading spinner.
npm install react-nano-spinnerA tiny no-configuration (and not configurable) spinner.
Spinner and CSS is based on SpinKit's "three-bounce".
License: https://github.com/tobiasahlin/SpinKit/blob/master/LICENSE
Install it with yarn or npm:
yarn add react-nano-spinner or npm install --save react-nano-spinner
import Spinner from 'react-nano-spinner';
...
render() {
return (
To style it simply override .nano-spinner-bounce in your css or supply a className, example:
For me to learn to publish a npm module and test rollup/rollup-starter-project