VStack

VStack is used to stack child elements vertically.

Box
Box
Box
Box

Usage

import { VStack } from "@yamada-ui/react"
<VStack />

Adding Separators Between Child Elements

Use the separator prop to add a separator between the child elements.

Box

Box

Box

Box

Props