Module Eliom_content_core.Svg.R

module R: sig .. end

Typed interface for building valid reactive SVG tree.


val node : 'a Eliom_content_core.Svg.elt React.signal -> 'a Eliom_content_core.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(Xml_wed).T 
      with type +'a elt = 'a elt
       and type +'a attrib = 'a attrib
include Eliom_content_core.Svg.R.Raw

See .