1.2.0 • Published 5 years ago

react-simple-loading-spinner v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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