Unicorn_jsoo.H
HTML elements and nodes, like div, span, etc.
We don't check that the HTML elements are used correctly!
By convention, when the following functions takes an 'a t list
for their children, then they must only be passed attributes (and not children nodes).
val input_string : ( 'a, string ) Optic.lens -> 'a t list -> 'a t
val checkbox : ( 'a, bool ) Optic.lens -> 'a t list -> 'a t
Consider submitting a PR if you find yourself using this!
make name children
creates a new HTML node with tag name
and children
.