Gazebo_simulation-Frontend/node_modules/react-overlays
Riddhi Dave f4870cd530 simulator page updates 2020-12-22 09:59:14 -05:00
..
Dropdown React files 2020-12-21 10:29:31 -05:00
DropdownContext React files 2020-12-21 10:29:31 -05:00
DropdownMenu React files 2020-12-21 10:29:31 -05:00
DropdownToggle React files 2020-12-21 10:29:31 -05:00
Modal React files 2020-12-21 10:29:31 -05:00
ModalManager React files 2020-12-21 10:29:31 -05:00
Overlay React files 2020-12-21 10:29:31 -05:00
Portal React files 2020-12-21 10:29:31 -05:00
cjs React files 2020-12-21 10:29:31 -05:00
esm React files 2020-12-21 10:29:31 -05:00
usePopper React files 2020-12-21 10:29:31 -05:00
useRootClose React files 2020-12-21 10:29:31 -05:00
LICENSE React files 2020-12-21 10:29:31 -05:00
README.md React files 2020-12-21 10:29:31 -05:00
package.json simulator page updates 2020-12-22 09:59:14 -05:00

README.md

react-overlays

test status deploy docs status codecov Netlify Status

Utilities for creating robust overlay components

demos and docs at: https://react-bootstrap.github.io/react-overlays/modal/

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 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 right out of the box--check out react-bootstrap, which is (or soon will be) built on using these 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.