package bonsai

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

bonsai-v0.14.0.tar.gz
sha256=43f35d648644492d776bf2c7b86c8227e7793615b6a658432e95f8dccd3631f8
md5=b5e743dbfa64d0da5fd660f14cd0b549

doc/bonsai.web/Bonsai_web/To_incr_dom/index.html

Module Bonsai_web.To_incr_dom

A wrapper to use Bonsai components in Incr_dom apps.

module type S = sig ... end
val convert : ('input, Virtual_dom.Vdom.Node.t) Bonsai_web__.Import.Bonsai.t -> (module S with type Extra.t = unit and type Input.t = 'input)
val convert_with_extra : ('input, Virtual_dom.Vdom.Node.t * 'extra) Bonsai_web__.Import.Bonsai.t -> (module S with type Extra.t = 'extra and type Input.t = 'input)
OCaml

Innovation. Community. Security.