Flexbox & Grid

Grid Auto Rows

Utilities for controlling the size of implicitly-created grid rows.

Basic usage

Sizing implicitly-created grid rows

Use the auto-rows-{size} utilities to control the size implicitly-created grid rows.

<div className="grid grid-flow-row **auto-rows-max**">
  <div>01</div>
  <div>02</div>
  <div>03</div>
</div>