package virtual_dom

  1. Overview
  2. Docs
OCaml bindings for the virtual-dom library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=812711b4d5ce634a413580cd7096482de8d71abec9ae37bb01f7c0dcec2968ec

doc/src/virtual_dom.svg/virtual_dom_svg.ml.html

Source file virtual_dom_svg.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
open! Core
module Node = Node
module Attr = Attr

module Html_syntax = struct
  module Html_syntax = struct
    module Node = struct
      type t = Virtual_dom.Vdom.Node.t

      include Node
    end

    module Attr = struct
      type t = Virtual_dom.Vdom.Attr.t

      include Attr
    end
  end
end
OCaml

Innovation. Community. Security.