1.2.0 • Published 2 years ago

@blacktoolbox/react-popup v1.2.0

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

Blacktbox-react-popup

Create popup with React.

Installation

Using with NPM:

$ npm install --save @blacktoolbox/react-popup

// using ES6 modules
import { PopupProvider, usePopup } from '@blacktoolbox/react-popup';

// using CommonJS modules
var PopupProvider = require('@blacktoolbox/react-popup').PopupProvider;
var usePopup = require('@blacktoolbox/react-popup').usePopup;

Issue

Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices.

Please file issue, if you have any issue or idea.

Homepage

You can see the document website on-line.

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago