Column

Column renders <div> for a vertical flex layout container.

Column automatically adds flex flex-col.

Example

Column {
    Text { text: "Content" }
}

Use QTML styling, attribute, and HTMX properties where they are supported.