1.0.3 • Published 6 years ago

react-ui-blocker v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

React-UI-Blocker

DEMO: http://uiblocker.sbaydin.com/

A Body Blocker with Cool Animations for React Apps

It is simple to use

  • First Step : Install

yarn add react-ui-blocker or npm install --save react-ui-blocker

  • Second Step : Import
import UIBlocker from 'react-ui-blocker';
  • And use it!
  <UIBlocker
    theme="cubeGrid" // default
    isVisible={true}
    message="Loading.. or your custom message"
  />

Props

NameTypeDefaultAvailable Values
themeStringcubeGridcubeGrid, rect, cube, bounce, dot, foldingCube, fadingCircle
isVisibleBooleanfalsetrue / false
messageStringLoading...Any string

Credits

This project is using the styles of HoldOnJS (https://sdkcarlos.github.io/sites/holdon.html)

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago