package bonsai

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

bonsai-v0.16.0.tar.gz
sha256=1d68aab713659951eba5b85f21d6f9382e0efa8579a02c3be65d9071c6e86303

doc/bonsai.web_ui_view/Bonsai_web_ui_view/Raw/index.html

Module Bonsai_web_ui_view.RawSource

The Raw module contains helper functions for building vdom nodes that have styling pulled from a theme, but rely on the user to properly structure and organize the nodes manually. You probably shouldn't use these APIs if the standard functions are sufficient

Sourcemodule Table : sig ... end

A lower-level module for building tables that puts more burden on the user to manage the structure of the table, but also provides more freedom regarding the structure of the table.