Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
root d8c1b4a1be initial pirms 5 gadiem
..
es initial pirms 5 gadiem
node_modules/uncontrollable initial pirms 5 gadiem
utils initial pirms 5 gadiem
Affix.js initial pirms 5 gadiem
AutoAffix.js initial pirms 5 gadiem
Dropdown.js initial pirms 5 gadiem
DropdownContext.js initial pirms 5 gadiem
DropdownMenu.js initial pirms 5 gadiem
DropdownToggle.js initial pirms 5 gadiem
LICENSE initial pirms 5 gadiem
Modal.js initial pirms 5 gadiem
ModalManager.js initial pirms 5 gadiem
Overlay.js initial pirms 5 gadiem
Portal.js initial pirms 5 gadiem
README.md initial pirms 5 gadiem
RefHolder.js initial pirms 5 gadiem
RootCloseWrapper.js initial pirms 5 gadiem
WaitForContainer.js initial pirms 5 gadiem
index.js initial pirms 5 gadiem
package.json initial pirms 5 gadiem

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.