ui/meter

Types

pub type Size {
  Small
  Medium
  Large
}

Constructors

  • Small
  • Medium
  • Large
pub type Variant {
  Default
  Muted
}

Constructors

  • Default
  • Muted

Values

pub fn aria_label(label: String) -> attribute.Attribute(a)
pub fn aria_valuemax(value: Int) -> attribute.Attribute(a)
pub fn aria_valuemin(value: Int) -> attribute.Attribute(a)
pub fn aria_valuenow(value: Int) -> attribute.Attribute(a)
pub fn aria_valuetext(text: String) -> attribute.Attribute(a)
pub fn fill(
  attributes: List(attribute.Attribute(a)),
) -> element.Element(a)
pub fn meter(
  attributes: List(attribute.Attribute(a)),
  children: List(element.Element(a)),
) -> element.Element(a)
pub fn size(s: Size) -> attribute.Attribute(a)
Search Document