ui/layout/cluster

Values

pub fn align_centre() -> attribute.Attribute(a)
pub fn align_end() -> attribute.Attribute(a)
pub fn align_start() -> attribute.Attribute(a)
pub fn align_stretch() -> attribute.Attribute(a)
pub fn cluster(
  attributes: List(attribute.Attribute(a)),
  spacing: types.Spacing,
  children: List(element.Element(a)),
) -> element.Element(a)
pub fn justify_centre() -> attribute.Attribute(a)
pub fn justify_end() -> attribute.Attribute(a)
pub fn justify_start() -> attribute.Attribute(a)
pub fn of(
  element: fn(
    List(attribute.Attribute(a)),
    List(element.Element(a)),
  ) -> element.Element(a),
  attributes: List(attribute.Attribute(a)),
  spacing: types.Spacing,
  children: List(element.Element(a)),
) -> element.Element(a)
Search Document