Module Eliom_content_core.Html5.R

module R: sig .. end
Typed interface for building valid HTML5 tree from React signals. HTML5's trees are automatically updated whenever corresponding signals change.

.


val node : 'a Eliom_content_core.Html5.elt React.signal ->
'a Eliom_content_core.Html5.elt
the function node s create an HTML5 elt from a signal s. The resulting HTML5 elt can then be used like anyother HTML5 elt
val filter_attrib : 'a Eliom_content_core.Html5.attrib ->
bool React.signal -> 'a Eliom_content_core.Html5.attrib
module Raw: Html5_sigs.MakeWrapped(Tyxml_js.Xml_wrap)(Xml)(Svg.R.Raw).T  with
            type (+'a) elt = 'a elt
          and type (+'a) attrib = 'a attrib
include Eliom_content_core.Html5.R.Raw