---
title: "VStack"
description: "Vertical stacks"
url: https://www.swiftuifieldguide.com/layout/vstack
markdown_url: https://www.swiftuifieldguide.com/layout/vstack.md
---
> Convenience Markdown export of the HTML page. Interactive samples, diagrams, and visualizations stay on the canonical page.
# VStack

A VStack works exactly like an HStack, but in the vertical direction. In other words, while an HStack uses the horizontal axis as its main axis, the VStack uses the vertical axis as its main axis.

Refer to the [HStack](/layout/hstack) page for more details on how an HStack works.
