ui/layout/css/sequence

Values

pub fn breakpoint(value: String) -> attribute.Attribute(a)
pub fn horizontal() -> 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)
pub fn sequence(
  attributes: List(attribute.Attribute(a)),
  spacing: types.Spacing,
  children: List(element.Element(a)),
) -> element.Element(a)
pub fn split(n: Int) -> attribute.Attribute(a)
pub fn vertical() -> attribute.Attribute(a)
Search Document