@ausbom/grid

A grid is like an invisible table that helps designers position interface elements with strong alignment and consistent spacing. Grids are made up of columns, rows, gutters, and margins.

Usage no npm install needed!

<script type="module">
  import ausbomGrid from 'https://cdn.skypack.dev/@ausbom/grid';
</script>

README

@ausbom/grid

A grid consists of a framework of cells laid out and aligned vertically and horizontally. It helps users read and visually navigate website content more easily, using a responsive, scrollable column structure. A grid is like an invisible table that helps designers position interface elements with strong alignment and consistent spacing. Grids are made up of columns, rows, gutters, and margins.

Installation

npm install @ausbom/grid

Usage

import Grid, { GridItem } from '@ausbom/grid'