1.2.2 • Published 2 years ago

@i-c5/react-ui-blocker v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React UI Blocker

Block UI interaction on your React App.

See Demo Here

Installation

npm i @i-c5/react-ui-blocker

or

yarn add @i-c5/react-ui-blocker

Usage

import UiBlocker from @i-c5/react-ui-blocker

export default function SomeFunction({ children}){

    <UiBlocker block="true">
        {children}
    </UiBlocker>

}
1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago