GoScrobble/web/node_modules/react-overlays
2022-04-25 14:48:54 +12:00
..
cjs 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
Dropdown 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
DropdownContext 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
DropdownMenu 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
DropdownToggle 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
esm 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
isOverflowing 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
manageAriaHidden 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
mergeOptionsWithPopperConfig 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
Modal 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
ModalManager 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
Overlay 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
ownerDocument 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
popper 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
Portal 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
safeFindDOMNode 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
usePopper 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
useRootClose 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
useWaitForDOMRef 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
LICENSE 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
package.json 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00
README.md 0.2.0 - Mid migration 2022-04-25 14:48:54 +12:00

react-overlays

CI status Deploy docs status Codecov Netlify Status

Utilities for creating robust overlay components.

Documentation

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

Installation

npm install --save react-overlays

Notes

All of these utilities have been abstracted out of 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.