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

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0-5

4 years ago

0.0.0-4

4 years ago

0.0.0-3

4 years ago

0.0.0-2

4 years ago

0.0.0-1

4 years ago

0.0.0-0

4 years ago