<column> Component
The <column> component arranges its children vertically in a flex container. It provides control over vertical and horizontal alignment, spacing, and content distribution.
<column> component arranges its children vertically in a flex container. It provides control over vertical and horizontal alignment, spacing, and content distribution.🛠 Attributes
Attribute
Type
Required
Description
✅ Allowed Content
💡 Examples
<column gap="16px">
<text>Header</text>
<text>Content</text>
<text>Footer</text>
</column>🧩 AI Interpretation Guidelines
Last updated

