<Stack>
Component<Stack />
Use the gap
prop to vertically distribute with CSS grid layout
<Stack gap={16}><Button variant="primary" text="Hello world" /><Button variant="secondary" text="Hello world" /><Divider /><Button variant="primary" text="Hello world" /><Button variant="secondary" text="Hello world" /></Stack>
<Stack gap={48}><Button variant="primary" text="Hello world" /><Button variant="secondary" text="Hello world" /><Divider /><Button variant="primary" text="Hello world" /><Button variant="secondary" text="Hello world" /></Stack>