dioxus_rsx_rosetta

Function rsx_node_from_html

Source
pub fn rsx_node_from_html(node: &Node) -> Option<BodyNode>
Expand description

Convert an HTML Node into an RSX BodyNode

If the node is a comment, it will be ignored since RSX doesn’t support comments