1.2.0 • Published 6 years ago
react-simple-loading-spinner v1.2.0
React Simple loading spinner
Simple Loading spinner component for React Apps
Installation
npm install -save react-simple-loading-spinner
Usage
Show this component in loading state (loading another component or waiting for data from a remote server)
<LoadingSpinner/>
You can pass a color prop to control the color of the spinner.
<LoadingSpinner color="blue"/>
<LoadingSpinner color="red"/>
<LoadingSpinner color="#20a8d8"/>
Options
color
The color of the spinner.
License
MIT