Flex

Renders a flex

Left

Right

Attribute Type Documentation Default Value
flex_direction :string "row"
justify_content :string "between"
align_items :string "center"
class :string
rest :global
inner_block :slot
<p>
    <span><.icon name="hero-arrow-up-left" /></span>
    Left
  </p>
  <p>
    Right
    <span><.icon name="hero-arrow-up-right" /></span>
  </p>