Module
Module Eliom_content.Html5.RDocumentation
Module
R
:
sig end
Creation of HTML5 content from React signals. HTML5's trees are automatically updated whenever corresponding signals change.
=== Content creation See {% <<a_api project=tyxml | module Html5_sigs.T >> %}, If you want to create an untyped form, you will have to use {% <<a_api|module Eliom_content.Html5.D.Raw>> %} otherwise, use the form module. For more information, see [http://ocsigen.org/howto/forms/]how to make forms ===
val node : 'a Eliom_content.Html5.elt React.signal Eliom_pervasives.client_value -> 'a Eliom_content.Html5.elt
Function node s create an HTML5 elt from a signal s . The resulting HTML5 elt can then be used like anyother HTML5 elt
module Raw : sig end
Cf. .
include Eliom_content.Html5.R.Raw