Socket
Book a DemoInstallSign in
Socket

@thomascoppein/grid-helper

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thomascoppein/grid-helper

NPM package for simple grid helper.

1.2.3
latest
Source
npmnpm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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'
gutterMobile'16px'
columns12
columnsMobile4
columnsColor'#ffcfdf'
zIndex9999999
containerMaxWidth'80vw'
containerPadding'10vw'
containerPaddingMobile'16px'
mobileBreakpoint'375px'
const GridHelper = new GridHelper({
  gutter: '50px',
  gutterMobile: '20px',
  columns: 12,
  columnsMobile: 4,
  columnsColor: '#000000',
  zIndex: 999999,
  containerMaxWidth: '1600px',
  containerPadding: '5vw',
  containerPaddingMobile: '3vw',
  mobileBreakpoint: '600px',
});

How to enable

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

Keywords

npm

FAQs

Package last updated on 17 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.