Blazorise Column component
A wrapper that represents a column in a flexbox grid.
API
Parameters
Parameter | Description | Type | Default |
---|---|---|---|
ChildContent |
Specifies the content to render inside this Column. RemarksUse this property to define custom child elements or components to be displayed within the column. |
RenderFragment | null |
ColumnSize |
Defines the sizing configuration for the column, supporting responsive layouts and custom size definitions. |
IFluentColumn | null |