Rows
LayoutArranges children in rows.
@using Spectre.Console
@using RazorConsole.Components
<Rows>
<Markup Content="Row 1" />
<Markup Content="Row 2" />
<Markup Content="Row 3" />
</Rows>Parameters
2| Name | Type | Default | Description |
|---|---|---|---|
Common | |||
ChildContent | RenderFragment | — | Content to arrange in rows. |
Other | |||
Expand | Boolean | — | Arranges content in vertical rows using Spectre.Console's Rows renderable. |