react_gleam/element
Types
pub external type Element
Functions
pub external fn component(element: fn() -> Element) -> Element
pub fn div(attributes: List(Attribute(a)), children: List(Element)) -> Element
pub external fn node(
tag: String,
attributes: List(Attribute(action)),
children: List(Element),
) -> Element
pub external fn text(content: String) -> Element