Download the current layout & upload a custom one
"Save or load a custom layout" using local storage as one from the TODO List
new version of this editor with Material-ui (thank to @nywooz for contributing):
import { MaterialUIReactGridLayoutBuilder } from 'react-grid-layout-builder';
Caveat:
The material ui editor requires the bootstrap css for now for the grid layout. This will be fixed in future versions. (will required the latest version fo material-ui)
This package doesn't export the editor as default any more. The default export is replaced by two simple export. To migrate, replace
import ReactGridLayoutBuilder from 'react-grid-layout-builder';
with:
import { BootstrapReactGridLayoutBuilder as ReactGridLayoutBuilder } from 'react-grid-layout-builder';
In dev mode, http://localhost:3100/ is replaced by:
- http://localhost:3100/bootstrap/index.html for bootstrap editor
- http://localhost:3100/material-ui/index.html for material-ui editor
- Update to
react
16 - remove lib from git repo