Skip to content

Row

Grid row. Use with Col for 12-column layout.

Basic Usage

loading

Align & Justify

loading

API

PropDescriptionType
columnsNumber of columns or custom grid-template-columns (default 12)number | string
gapGrid gap (e.g. 16 or "16px")number | string
alignVertical alignment'start' | 'center' | 'end' | 'stretch'
justifyHorizontal alignment'start' | 'center' | 'end' | 'between' | 'around' | 'evenly'

MIT License