Stack

Renders a stack component

These children don't take up the full height of the stack.

The first element is split.

The rest are grouped together.

Attribute Type Documentation Default Value
class :any

Additional classes to add to the parent.

[]
Required space * :string
split_first :boolean false
split_last :boolean false
rest :global
tag :string "div"
Required inner_block * :slot
<.p>These children don't take up the full height of the stack.</.p>
<.p>The first element is split.</.p>
<.p>The rest are grouped together.</.p>