4.0.6 • Published 5 years ago

react-loadingmask v4.0.6

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

react-loadingmask

Travis Coverage Status Version license Donloads

A Loading Component for displaying loading state of a page or a section.

Install

npm i --save react-loadingmask
yarn add react-loadingmask --save

Getting Started

import LoadingMask from "react-loadingmask";
import "react-loadingmask/dist/react-loadingmask.css";

<LoadingMask loading={true} text={"loading..."}>
  <div style={{ width: 500, height: 300 }}>Compoment You want to display</div>
</LoadingMask>

Demo

Properties

PropsTypeDescriptionDefault
loadingbooleanLoading statusfalse
textstringCustomize description content-
indicatorReactNodeReact node of the spinning indicator-
4.0.6

5 years ago

4.0.5

5 years ago

4.0.4

5 years ago

4.0.3

6 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago