Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
root d8c1b4a1be initial 5 年前
..
es initial 5 年前
node_modules/uncontrollable initial 5 年前
utils initial 5 年前
Affix.js initial 5 年前
AutoAffix.js initial 5 年前
Dropdown.js initial 5 年前
DropdownContext.js initial 5 年前
DropdownMenu.js initial 5 年前
DropdownToggle.js initial 5 年前
LICENSE initial 5 年前
Modal.js initial 5 年前
ModalManager.js initial 5 年前
Overlay.js initial 5 年前
Portal.js initial 5 年前
README.md initial 5 年前
RefHolder.js initial 5 年前
RootCloseWrapper.js initial 5 年前
WaitForContainer.js initial 5 年前
index.js initial 5 年前
package.json initial 5 年前

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.