Row

A row renders its children in a non-wrapping row.

a taller element
one
two
three
four
five
a taller element
one
two
three
four
five
a taller element
one
two
three
four
five
Attribute Type Documentation Default Value
class :any

Additional classes to add to the parent.

[]
rest :global
Required space * :string
stretch :boolean

Stretches the child elements to full height

false
justify :string

A CSS justify-content value

Read more Read less
"center"

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

tag :string "div"
Required inner_block * :slot
<.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>