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

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.