Blazorise Row component

A wrapper that represents a row in a flexbox grid.

API

Parameters

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this Row.

RenderFragmentnull
Gutter

Row grid spacing - we recommend setting Horizontal and/or Vertical it to (16 + 8n). (n stands for natural number.)

ValueTuple?null
HorizontalGutter

Row grid Horizontal spacing. (n stands for natural number.)

int?null
NoGutters

Removes the negative margins from row and the horizontal padding from all immediate children columns.

boolfalse
RowColumns

Defines the number of columns to show in a row.

IFluentRowColumnsnull
VerticalGutter

Row grid Vertical spacing. (n stands for natural number.)

int?null
On this page