HTML-First UI

Grid

A layout component for creating responsive grid layouts

This row's columns... ...will auto-span. These two columns... ...span an explicit number of columns (4 and 8). Centered Row

Notes

The grid component provides a flexible system for creating column-based layouts.

  • Use hf-row to create a row container
  • Use hf-col for columns within the row
  • Columns will auto-span by default
  • Use the span attribute to specify column width (1-12)
  • Add the center attribute to hf-row to center its contents