1.1.7 • Published 3 years ago

@thomascoppein/grid-helper v1.1.7

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

Grid Helper

NPM package for creating a grid overlay.

Installation

Install package:

npm i @thomascoppein/grid-helper

Import package in Javascript file:

import GridHelper from '@thomascoppein/grid-helper';

How to use

const GridHelper = new GridHelper();

Options

propertydefault
gutter'30px'
columns12
columnsColor'#ffcfdf'
zIndex9999999
containerMaxWidth'80vw'
containerPadding'10vw'
const GridHelper = new GridHelper({
  gutter: '50px',
  columns: 12,
  columnsColor: '#000000',
  zIndex: 999999,
  containerMaxWidth: '1600px',
  containerPadding: '5vw',
});

How to enable

Use the key-combination CTRL + G to toggle the helper.

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago