Skip to content

R41nGoloss/react-layers

 
 

Repository files navigation

React Layers Build Status

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.

About

A library for layering components in React.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.7%
  • CSS 0.3%