Column
Basic vertical layout container.
Usage Notes
- Use for form field groups, settings panels, description text, and sequences of actions.
- Not suitable for horizontal layouts (use
row) or equal-width card grids (usegrid). - Related components:
rowfor horizontal layout,gridfor two-dimensional equal-width layout. - Place child components as fields, stacked top-to-bottom.
- Default width fills the parent container; height is content-driven.