pub fn node_from_ws<Ms>(node: &Node) -> Option<Node<Ms>>
Expand description

Create a vdom node from a web_sys::Node. Used in creating elements from html strings. Includes children, recursively added.