ui/button
Types
Values
pub fn button(
attributes: List(attribute.Attribute(a)),
children: List(element.Element(a)),
) -> element.Element(a)
pub fn icon() -> attribute.Attribute(a)
pub fn pressed(is_pressed: Bool) -> attribute.Attribute(a)
pub fn size(s: Size) -> attribute.Attribute(a)
pub fn variant(v: Variant) -> attribute.Attribute(a)