package bonsai

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=c78c4476ee6b856846e2d0941e5965009d5e1b853e564b2b1bee61202f0b1ebb

doc/bonsai.web_ui_form/Bonsai_web_ui_form/index.html

Module Bonsai_web_ui_formSource

Sourcemodule With_manual_view : sig ... end

With_manual_view forms are now the recommended way to build forms in Bonsai. You get full control over how you'd like to combine them. Historically, With_automatic_view was the default, but they are quite restrictive and hard to customize, so we recommend choosing With_manual_view for new forms.

Sourcemodule With_automatic_view : sig ... end

With_automatic_view forms have their views composed in an opinionated way. This used to be the default and recommended way to build forms in Bonsai, but now people should prefer With_manual_view where possible.