Function leptos_dom::append_child

source ·
pub fn append_child(parent: &Element, child: &Node) -> Node
Expand description

Appends a child node to the parent element. See Node.appendChild.