Stack
A layout component that organizes elements in a vertical or horizontal stack
<Stack gap={4}>...</Button>Orientation
Stacks display items in a vertical layout by default, but can easily become horizontal via the orientation property.
<Stack gap={4}>...</Button>