@fiug/layout

0.1.0 • Public • Published

@fiug/layout

NPM version License

page layout for browser applications

Usage

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

Summary

This layout system uses css grid to position elements.
It is written from scratch to be simple, flexible, and dependency-free.

Package Sidebar

Install

npm i @fiug/layout

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

127 kB

Total Files

6

Last publish

Collaborators

  • crosshj