Rows

Layout

Arranges 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
NameTypeDefaultDescription
Common
ChildContentRenderFragmentContent to arrange in rows.
Other
ExpandBooleanArranges content in vertical rows using Spectre.Console's Rows renderable.

API