package bonsai

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.