The Row and Stack components help you create flexible layouts in Evidence markdown.
Row
and Stack
components to arrange content horizontally (Row
) or vertically (Stack
). These components are especially useful for building dashboards and responsive layouts.
stretch
): How to vertically align items. Options: top
, center
, bottom
, or stretch
.stretch
): How to horizontally align items. Options: left
, center
, right
, or stretch
.align
prop to control alignment of elements within the layout.