Stacking Cluster

Renders a stacking cluster component. Behaves like a cluster on desktop and a stack on mobile.

Attribute Type Documentation Default Value
class :any

Additional classes to add to the parent.

[]
space :string
split_first :boolean false
split_last :boolean false
stretch :boolean

Stretches the child elements to full height

false
justify :string

A CSS justify-content value

Read more Read less

Note: start and end are really flex-start and flex-end

align :string

A CSS align-items value

Read more Read less

Note: start and end are really flex-start and flex-end

rest :global
tag :string "div"
Required inner_block * :slot
<.input type="text" name="name" label="Name" value="" />
<.input type="text" name="email" label="Email" value="" />