Availity / react-block-ui

Easy way to block the user from interacting with your UI.

Home Page:https://availity.github.io/react-block-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation Notice: This package is no longer supported. Please switch to @availity/block-ui.

npm version Build Status Coverage Status

react-block-ui

Easy way to block the user from interacting with your UI.

About

This library contains easy to use components to prevent the user from interacting with the user interface based on some conditions.

There is also a separate component which works with redux to help block and unblock automatically based on redux action types. See the ReduxBlockUi component for more details.

Documentation

See: https://availity.github.io/react-block-ui/

Installation

Install react-block-ui via NPM

npm install --save react-block-ui react react-dom

Import the components you need, example:

import BlockUi from 'react-block-ui';
import ReduxBlockUi from 'react-block-ui/redux'; // only for redux
import reduxMiddleware from 'react-block-ui/reduxMiddleware'; // only for redux
import from 'react-block-ui/style.css';

Development

Install dependencies:

npm install

Run examples at http://localhost:8080/ with webpack dev server:

npm start

Run tests:

npm test

Run tests & coverage report:

npm test:coverage

Watch tests:

npm run test:watch

Disclaimer

Open source software components distributed or made available in the Availity Materials are licensed to Company under the terms of the applicable open source license agreements, which may be found in text files included in the Availity Materials.

License

MIT

About

Easy way to block the user from interacting with your UI.

https://availity.github.io/react-block-ui/

License:MIT License


Languages

Language:JavaScript 88.6%Language:CSS 6.4%Language:Shell 5.0%