Unicorn_jsoo.HHTML 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 tval checkbox : ( 'a, bool ) Optic.lens -> 'a t list -> 'a tConsider submitting a PR if you find yourself using this!
make name children creates a new HTML node with tag name and children.