JSPM

  • Created
  • Published
  • Downloads 1078528
  • Score
    100M100P100Q188765F
  • License MIT

Utilities for creating robust overlay components

Package Exports

  • react-overlays
  • react-overlays/lib/Modal
  • react-overlays/lib/Overlay
  • react-overlays/lib/Portal
  • react-overlays/lib/Position
  • react-overlays/lib/RootCloseWrapper
  • react-overlays/lib/Transition
  • react-overlays/lib/utils/addEventListener
  • react-overlays/lib/utils/createChainedFunction
  • react-overlays/lib/utils/getContainer
  • react-overlays/lib/utils/overlayPositionUtils
  • react-overlays/lib/utils/ownerDocument

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-overlays) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-overlays

Utilities for creating robust overlay components

Install

npm install --save react-overlays

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 components included here are building blockings for making real polished components.

If you are looking for finished overalys, modals, or tooltips, something you can use right out of the box check out react-boostrap which is (or soon will be) built on these exact components.

note: we are still in the process of abstracting out these components so the API's will probably change until we are sure that all of the bootstrap components can cleanly be implemented on top of them.

Pre 1.0.0 breaking changes happen on the minor bump while feature and patches accompany a patch bump.