Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ppeerit-react-loading

ppeerit3MIT0.0.3

loading for reactjs

readme

Loading svg for ReactJS

Document

中文文档

Installation

use npm

npm install ppeerit-react-loading --save

Import into your project

// ES6
import Loading from 'ppeerit-react-loading';

Add Loading Component to render function

//...
render() {
    return (
        <div>
            <Loading size="32" type="spin" color="#0099FF"/>
        </div>
    )
}
//...

Options

Loading Component has size, type, color props:

  • size:number is the Loading Component's width and height
  • type:string is the style for Loading Component:
    • spin
    • spinAround
    • spinLong
    • bars
    • barsTop
    • barsBottom
    • barsStagger
    • barsTransparent
    • barsRoundTransparent
  • color:string is the Loading Component's color