Stack

The most common white space on screen is between elements stacked vertically. Can also be used to automatically insert dividing lines between children. Dividers can be inserted at each individual Stack.Item sub-component.

Stack.Item
Stack.Item @showDivider=true
Stack.Item

When dealing with a large or unknown number of stack items with dividers, it may be preferable to loop through an array.

Stack.Item
Stack.Item
Stack.Item
Stack.Item

Alternatively, you could enable dividers, then explicity disable the first item.

Stack.Item @showDivider=false
Stack.Item
Stack.Item