Row

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

one
two
three
four
five
one
two
three
four
five
one
two
three
four
five
one
two
three
four
five
one
two
three
four
five
one
two
three
four
five
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
<.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>