Stack
Documentation for the `stack` function.
Arranges content and spacing horizontally or vertically.
The stack places a list of items along an axis, with optional spacing between each item.
Example
Loading compiler...
Accessibility
Stacks do not carry any special semantics. The contents of the stack are read by Assistive Technology (AT) in the order in which they have been passed to this function.
#stack(
dir: direction,
spacing: none | relative | fraction,
children
) -> contentParameters
Prop
Type