custom

Function custom 

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

Creates a custom node kind with explicit props and children.