Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Eliom_content.Svg.R

module R : sig..end

Creation of SVG content from shared reactive signals and data (Eliom_shared ). For the operations provided, see Svg_sigs.T .


module Raw : 
  Svg_sigs.Make(Xml_shared).T
with type 'a elt = 'a elt
and type 'a attrib = 'a attrib
include Eliom_content.Svg.R.Raw
val pcdata : string Eliom_content.Xml.W.t -> [> `Unimplemented ]

pcdata is not implemented reactively for SVG.

val node : 
  'a Eliom_content.Svg.elt Eliom_shared.React.S.t ->
  'a Eliom_content.Svg.elt

node s produces an 'a elt out of the shared reactive signal s.