Row

Basic horizontal layout container.

Usage Notes

Justify variants

namespace: "doc_row_justify_diff",
  layout: {
    "column:demo": {
      "text:start": {
        text: "justify: start"
      },
      "row:justify-start": {
        justify: "start",
        "badge:a": {
          label: "A"
        },
        "badge:b": {
          label: "B"
        }
      },
      "text:center": {
        text: "justify: center"
      },
      "row:justify-center": {
        justify: "center",
        "badge:a": {
          label: "A"
        },
        "badge:b": {
          label: "B"
        }
      },
      "text:end": {
        text: "justify: end"
      },
      "row:justify-end": {
        justify: "end",
        "badge:a": {
          label: "A"
        },
        "badge:b": {
          label: "B"
        }
      },
      "text:space-between": {
        text: "justify: space-between"
      },
      "row:justify-between": {
        justify: "space-between",
        "badge:a": {
          label: "A"
        },
        "badge:b": {
          label: "B"
        }
      }
    }
  }
}

API Reference