import {Column} from "attio/client"
It can be thought of as a
<div style={{ display: "flex", flexDirection: "column" }} />`
To lay out components horizontally, use <Row />.

Props

children
React.ReactNode
required
The child components to be displayed vertically.
align
"top" | "middle" | "bottom"
How to optionally align the content of the text block.Defaults to "top".