ui/skeleton
Values
pub fn aria_busy(busy: Bool) -> attribute.Attribute(a)
pub fn aria_label(label: String) -> attribute.Attribute(a)
pub fn circle(size: Int) -> attribute.Attribute(a)
pub fn rect(
width: String,
height: String,
) -> attribute.Attribute(a)
pub fn skeleton(
attributes: List(attribute.Attribute(a)),
) -> element.Element(a)