Module Eliom_content.Svg.R
module R : sig..end
Creation of reactive content
val node :
'a Eliom_content.Svg.elt React.signal -> 'a Eliom_content.Svg.elt
The function node s creates an SVG elt from a signal s. The resulting SVG elt can then be used like any other SVG elt.
module Raw :
Svg_sigs.Make(Eliom_content_core.Xml_wed).T
with type +'a elt = 'a elt
and type +'a attrib = 'a attrib
include Eliom_content.Svg.R.Raw