I tested it and we are still missing these two
Html.svg
prop.children
example usage of children is like this
Html.aside [
prop.classes [ "fixed"; "z-50"; "md:relative" ]
prop.children [
Html.input [
prop.type' "checkbox"
prop.classes [ "peer"; "hidden" ]
prop.id "sidebar-open"
]
]
I tested it and we are still missing these two
Html.svgprop.childrenexample usage of children is like this