page layout for browser applications
in browser
import Layout from "https://unpkg.com/@fiug/layout";
const layoutConfig = {
parent: document.body
};
new Layout(layoutConfig);
see test/index.html for a more involved example
This layout system uses css grid to position elements.
It is written from scratch to be simple, flexible, and dependency-free.