ui/divider

Types

pub type Orientation {
  Horizontal
  Vertical
}

Constructors

  • Horizontal
  • Vertical
pub type Variant {
  Default
  Muted
}

Constructors

  • Default
  • Muted

Values

pub fn divider(
  attributes: List(attribute.Attribute(a)),
) -> element.Element(a)
pub fn size(s: Int) -> attribute.Attribute(a)
Search Document