Components
<Column />
A component for laying out children vertically.


It can be thought of as a
To lay out components horizontally, use <Row />
.
Props
align? : "top" | "middle" | "bottom"
How to optionally align the content of the text block.
Defaults to "top"
.
children : React.ReactNode
The child components to be displayed vertically.
Was this page helpful?