# react-overlays

> Utilities for creating robust overlay components

Latest version **5.2.1** (published 2022-09-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-overlays
pnpm add react-overlays
yarn add react-overlays
bun add react-overlays
```

## Health

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

Positive: has types package; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 5.2.1 |
| Published | 2022-09-16 |
| First published | 2015-08-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/react-overlays) |
| Module format | ESM + CommonJS |
| Dependencies | 8 |
| Unpacked size | 243.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 890 |
| Author | Jason Quense |
| Maintainers | monastic.panic, taion, kytsang |
| Keywords | react-overlays, react-component, react, overlay, react-component, tooltip, bootstrap, popover, modal |

## Links

- npm: https://www.npmjs.com/package/react-overlays
- Repository: https://github.com/react-bootstrap/react-overlays
- Homepage: https://github.com/react-bootstrap/react-overlays#readme
- Issues: https://github.com/react-bootstrap/react-overlays/issues
- npm.io page: https://npm.io/package/react-overlays

## Dependencies (8)

- [warning](https://npm.io/package/warning.md) ^4.0.3
- [prop-types](https://npm.io/package/prop-types.md) ^15.7.2
- [dom-helpers](https://npm.io/package/dom-helpers.md) ^5.2.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.13.8
- [@popperjs/core](https://npm.io/package/@popperjs/core.md) ^2.11.6
- [@restart/hooks](https://npm.io/package/@restart/hooks.md) ^0.4.7
- [@types/warning](https://npm.io/package/@types/warning.md) ^3.0.0
- [uncontrollable](https://npm.io/package/uncontrollable.md) ^7.2.1

## 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

- 5.2.1 (latest) — 2022-09-16
- 0.9.3 (bs3) — 2020-12-15
- 5.2.0 — 2022-06-02
- 5.1.2 — 2022-05-10
- 5.1.1 — 2021-07-11
- 5.1.0 — 2021-06-25
- 5.0.1 — 2021-04-21
- 5.0.0 — 2021-03-01
- 4.1.1 — 2020-10-29
- 0.9.2 — 2020-08-28
- 4.1.0 — 2020-07-20
- 4.0.0 — 2020-07-10
- 3.2.0 — 2020-05-14
- 3.1.3 — 2020-04-22
- 3.1.2 — 2020-04-20
- … 70 more at https://npm.io/package/react-overlays/versions

## README

# react-overlays

[![CI status][ci-badge]][actions]
[![Deploy docs status][deploy-docs-badge]][actions]
[![Codecov][codecov-badge]][codecov]
[![Netlify Status](https://api.netlify.com/api/v1/badges/e86fa356-4480-409e-9c24-52ea0660a923/deploy-status)](https://app.netlify.com/sites/react-overlays/deploys)

Utilities for creating robust overlay components.

## Documentation

https://react-bootstrap.github.io/react-overlays

## Installation

```sh
npm install --save react-overlays
```

## Notes

All of these utilities have been abstracted out of [React-Bootstrap](https://github.com/react-bootstrap/react-bootstrap) in order to provide better access to the generic implementations of these commonly-needed components. The included components are building blocks for creating more polished components. Everything is bring-your-own-styles, CSS or otherwise.

If you are looking for more complete overlays, modals, or tooltips – something you can use out-of-the-box – check out React-Bootstrap, which is built using these components.

[actions]: https://github.com/react-bootstrap/react-overlays/actions
[codecov]: https://codecov.io/gh/react-bootstrap/react-overlays
[codecov-badge]: https://codecov.io/gh/react-bootstrap/react-overlays/branch/master/graph/badge.svg
[ci-badge]: https://github.com/react-bootstrap/react-overlays/workflows/CI/badge.svg
[deploy-docs-badge]: https://github.com/react-bootstrap/react-overlays/workflows/Deploy%20Documentation/badge.svg

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