react-layers
v0.3.1
Published
A library for layering components in React
Downloads
13
Maintainers
Readme
React Layers
A library for layering components in React.
Important Notes
This is an alpha release. The API and organizational structure are subject to change. Comments and contributions are much appreciated.
Installation
npm install react-layers
This library is written with CommonJS modules. If you are using browserify, webpack, or similar, you can consume it like anything else installed from npm.
Modules
- LayerMixin
- Layer
- Portal
- ContainerMixin
- Container
Check out the examples
directory to see how these modules can be used.
Thanks
This library is highly inspired by the work done on the react-bootstrap's OverlayMixin
and the discussion in react issue #379.