Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
root d8c1b4a1be initial hace 5 años
..
es initial hace 5 años
node_modules/uncontrollable initial hace 5 años
utils initial hace 5 años
Affix.js initial hace 5 años
AutoAffix.js initial hace 5 años
Dropdown.js initial hace 5 años
DropdownContext.js initial hace 5 años
DropdownMenu.js initial hace 5 años
DropdownToggle.js initial hace 5 años
LICENSE initial hace 5 años
Modal.js initial hace 5 años
ModalManager.js initial hace 5 años
Overlay.js initial hace 5 años
Portal.js initial hace 5 años
README.md initial hace 5 años
RefHolder.js initial hace 5 años
RootCloseWrapper.js initial hace 5 años
WaitForContainer.js initial hace 5 años
index.js initial hace 5 años
package.json initial hace 5 años

README.md

react-overlays

Travis Build Status

Utilities for creating robust overlay components

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

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.