ui/meter
Types
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)
pub fn variant(v: Variant) -> attribute.Attribute(a)