NPM package for creating a grid overlay.
npm i @thomascoppein/grid-helper
import GridHelper from '@thomascoppein/grid-helper';
const GridHelper = new GridHelper();
property | default |
---|---|
gutter | '30px' |
columns | 12 |
columnsColor | '#ffcfdf' |
zIndex | 9999999 |
containerMaxWidth | '80vw' |
containerPadding | '10vw' |
const GridHelper = new GridHelper({
gutter: '50px',
columns: 12,
columnsColor: '#000000',
zIndex: 999999,
containerMaxWidth: '1600px',
containerPadding: '5vw',
});
Use the key-combination CTRL + G
to toggle the helper.