JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q43149F
  • License ISC

A tool to create css-grid layouts and setting positions for elements in a grid layout

Package Exports

  • gridlify
  • gridlify/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gridlify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Gridlify

A simple tool to dynamically build a grid css layout, aswell as dynamically positioning elements in to grid layouts.

How to install

npm i gridlify

How to use

Note that gridlify uses the doucment.querySelector()-API to select elements in the DOM.

  • To manipulate elements by class, use the #identifier.

  • To manipulate elements by id, use the #identifier.