Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
root d8c1b4a1be initial před 5 roky
..
es initial před 5 roky
node_modules/uncontrollable initial před 5 roky
utils initial před 5 roky
Affix.js initial před 5 roky
AutoAffix.js initial před 5 roky
Dropdown.js initial před 5 roky
DropdownContext.js initial před 5 roky
DropdownMenu.js initial před 5 roky
DropdownToggle.js initial před 5 roky
LICENSE initial před 5 roky
Modal.js initial před 5 roky
ModalManager.js initial před 5 roky
Overlay.js initial před 5 roky
Portal.js initial před 5 roky
README.md initial před 5 roky
RefHolder.js initial před 5 roky
RootCloseWrapper.js initial před 5 roky
WaitForContainer.js initial před 5 roky
index.js initial před 5 roky
package.json initial před 5 roky

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.