README
A multi features spinner react.js component with dynamic spinner
options.
Demo
https://bikeindex-b3100.firebaseapp.com/
Usage
Use react-multi-features-spinner as below.
import React from 'react'
import Spinner from 'react-multi-features-spinner'
const App = () => (
<div className="App">
<Spinner
spinnerType="text"
textForSpinner="Loading…"
/>
);
Notes
spinnerType
currently support two types like “text” and “circle” and
textForSpinner belong to “text” spinnerType
Installation
npm
npm i react-multi-features-spinner --save
yarn
yarn add react-multi-features-spinner