# @blacktoolbox/react-popup

> Popup maker based on React.

Latest version **1.2.0** (published 2022-08-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install @blacktoolbox/react-popup
pnpm add @blacktoolbox/react-popup
yarn add @blacktoolbox/react-popup
bun add @blacktoolbox/react-popup
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2022-08-22 |
| First published | 2020-11-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 16.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Van Noel |
| Maintainers | vannoel |
| Keywords | blacktoolbox, btblab, btb, react, popup |

## Links

- npm: https://www.npmjs.com/package/@blacktoolbox/react-popup
- Repository: https://github.com/BlackToolBoxLaboratory/react-popup
- Homepage: https://blacktoolboxlaboratory.github.io/react/v2/#/packages/popup
- Issues: https://github.com/BlackToolBoxLaboratory/react-popup/issues
- npm.io page: https://npm.io/package/@blacktoolbox/react-popup

## Dependencies (1)

- [classnames](https://npm.io/package/classnames.md) ^2.2.6

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.2.0 (latest) — 2022-08-22
- 1.1.0 — 2022-08-21
- 1.0.1 — 2022-08-21
- 1.0.0 — 2020-11-01

## README

# Blacktbox-react-popup

Create popup with [React](https://facebook.github.io/react).

# Installation

Using with [NPM](https://www.npmjs.com/):

    $ 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](https://github.com/BlackToolBoxLaboratory/react-popup/issues), if you have any issue or idea.

# Homepage

You can see the document website [on-line](https://blacktoolboxlaboratory.github.io/react/v2/#/packages/popup).

---
_Source: https://npm.io/package/@blacktoolbox/react-popup · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
