Blazorise Row component
A wrapper that represents a row in a flexbox grid.
API
Parameters
Parameter | Description | Type | Default |
---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this Row. |
RenderFragment | null |
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. |
bool | false |
RowColumns |
Defines the number of columns to show in a row. |
IFluentRowColumns | null |
VerticalGutter |
Row grid Vertical spacing. (n stands for natural number.) |
int? | null |