0.1.1 • Published 7 years ago

absolute-grid v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Absolute Grid

Absolute Grid is a grid system what positions all grid elements absolutely to enable transitioning any of its elements without shifting or moving the layout.

Written using ES6.

Usage

Invoke absolute grid in your JS file.

AbsoluteGrid(options);

Options:

NameDefault value
containerSelector.container
childrenSelector.children
width190
height250
marginX10
marginY15