Skip to content

ibrahimawadhamid/react-simple-loading-spinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Loading Spinner Component for React Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published