react-simple-loading-spinner

1.2.0 • Public • Published

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

/react-simple-loading-spinner/

    Package Sidebar

    Install

    npm i react-simple-loading-spinner

    Weekly Downloads

    2

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    27.2 kB

    Total Files

    8

    Last publish

    Collaborators

    • ibrahim.a.hamid