0.1.0 • Published 3 years ago

@fiug/layout v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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.

0.1.0

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0-5

3 years ago

0.0.0-4

3 years ago

0.0.0-3

3 years ago

0.0.0-2

3 years ago

0.0.0-1

3 years ago

0.0.0-0

3 years ago