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 654479ece4 mbip 5 vuotta sitten
..
es mbip 5 vuotta sitten
node_modules/uncontrollable mbip 5 vuotta sitten
utils mbip 5 vuotta sitten
Affix.js mbip 5 vuotta sitten
AutoAffix.js mbip 5 vuotta sitten
Dropdown.js mbip 5 vuotta sitten
DropdownContext.js mbip 5 vuotta sitten
DropdownMenu.js mbip 5 vuotta sitten
DropdownToggle.js mbip 5 vuotta sitten
LICENSE mbip 5 vuotta sitten
Modal.js mbip 5 vuotta sitten
ModalManager.js mbip 5 vuotta sitten
Overlay.js mbip 5 vuotta sitten
Portal.js mbip 5 vuotta sitten
README.md mbip 5 vuotta sitten
RefHolder.js mbip 5 vuotta sitten
RootCloseWrapper.js mbip 5 vuotta sitten
WaitForContainer.js mbip 5 vuotta sitten
index.js mbip 5 vuotta sitten
package.json mbip 5 vuotta sitten

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.