pub fn box(
class: Class,
attributes: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn box_(
attributes: List(Attribute(msg)),
children: List(Element(msg)),
) -> Element(msg)
pub fn button(
class: Class,
attributes: List(Attribute(msg)),
text: String,
) -> Element(msg)
pub fn button_(
attributes: List(Attribute(msg)),
text: String,
) -> Element(msg)
pub fn classes(
classes: List(String),
) -> List(Attribute(msg))
pub fn code(
class: Class,
attributes: List(Attribute(msg)),
text: String,
) -> Element(msg)