gridlike
v0.1.4
Published
Simple tool to show grid guidelines during development
Downloads
7
Readme
gridlike
Usage:
new Gridlike({
columns: 12,
classNames: {
grid: 'grid',
column: 'grid__column'
}
});
You need to create your own stylesheet to see anything. See demos/demo.html
.
TODO
- Customize keyboard shortcut?
- Make it possible to disable the keyboard shortcut
- Expose a
toggle()
method