A row renders its children in a non-wrapping row.
Additional classes to add to the parent.
Stretches the child elements to full height
A CSS justify-content value
Note: start and end are really flex-start and flex-end
start
end
flex-start
flex-end
A CSS align-items value
<.box border="sm" padding="sm">a taller element</.box> <.chip id="chip-1">one</.chip> <.chip id="chip-2">two</.chip> <.chip id="chip-3">three</.chip> <.chip id="chip-4">four</.chip> <.chip id="chip-5">five</.chip>