Module Content.Svg.R
module R : sig..end
Creation of reactive content
val node : 'a Content.Svg.elt React.signal -> 'a 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 Content.Svg.R.Raw