LayoutManager is a simple library to manage the inner space of a DOM Object.
LayoutManager uses React to manage the DOMElements.
- Component give a jQueryElement to add some DOMElements inside
- Splitter display some component splitted by a handle to change the size of the components : -- RowView display multiple components in row -- ColumnView display multiple components in column
To install and use LayoutManager, you can install it from npm :
$ npm install --save git+https://github.com/atome-fr/layout-manager#developIn the folder of the library :
$ npm install
$ npm run build import {ContainerView} from 'layout-manager';And then :
render() {
return (<ContainerView/>);
}See "More Examples" section for more informations.
The docs can be generated using npm:
$ npm run docsIn the folder of the library :
$ npm install
$ npm run build-examplesAnd then start the index.html in the examples folder