Skip to content

czewail/ppeerit-react-loading

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published