package virtual_dom

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=7f1fa83287458114c5b0cab8aae00d69972d15e1d20a446ce13f246aacef3216

doc/src/virtual_dom/vdom.ml.html

Source file vdom.ml

1
2
3
4
5
6
7
8
9
module Attr = struct
  include Attr
  module Hooks = Hooks
  module Global_listeners = Global_listeners
end

module Attrs = Attr.Multi
module Effect = Effect
module Node = Node