create_node

Function create_node 

Source
pub fn create_node(
    kind: impl Into<String>,
    props: Value,
    children: impl IntoIterator<Item = ElemNode>,
) -> Node
Expand description

Creates a node from a kind, props, and child inputs.