Catalogue element

bry-stack

A row or column with a gap.

Settings

SettingTakesNeeded
directionrow, columnno
gap1, 2, 3, 4, 5, 6, 7, 8no
alignstart, center, end, stretchno
justifystart, center, end, betweenno
wraptrue or falseno

Example

JSX

<bry-stack direction={"row"} gap={"2"} align={"center"}>
  <bry-badge text={"To do"} />
  <bry-badge text={"Doing"} tone={"brand"} />
  <bry-badge text={"Done"} tone={"success"} />
</bry-stack>

Renderer contact sheet

These paths will hold the checked light and dark captures.

Light
bry-stack light renderer capture
Dark
bry-stack dark renderer capture