A component for laying out children horizontally.
import {Row} from "attio/client"
<div style={{ display: "flex", flexDirection: "row" }} />`
<Column />
"left"
Was this page helpful?