Skip to content

Layout Reference

The layout attribute controls structure, positioning, and flow.

Display & Container

Flex

Alignment

Grid

Positioning

  • Position - static, relative, absolute, fixed, sticky
  • Inset - inset:0, top:0, right:0, bottom:0, left:0
  • Z-Index - z:base, z:low, z:mid, z:high, z:top

Utilities

Tables

Quick Example

html
<div layout="flex col tab:row center wrap" space="g:medium">
  Responsive flexbox layout
</div>