bonsai
A library for building dynamic webapps, using Js_of_ocaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package bonsai
-
bonsai
-
-
bonsai.bench
-
bonsai.example_chat_open_source_native
-
bonsai.example_chat_open_source_native_common
-
-
bonsai.extra
-
-
bonsai.focus_ring
-
bonsai.protocol
-
bonsai.tailwind_colors
-
bonsai.test
-
bonsai.test.dot
-
bonsai.web_test
-
bonsai.web_ui_common_components
-
bonsai.web_ui_drag_and_drop
-
bonsai.web_ui_element_size_hooks
-
bonsai.web_ui_file
-
bonsai.web_ui_file_from_web_file
-
bonsai.web_ui_form
-
-
bonsai.web_ui_freeform_multiselect
-
bonsai.web_ui_multi_select
-
-
bonsai.web_ui_query_box
-
bonsai.web_ui_reorderable_list
-
bonsai.web_ui_typeahead
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library bonsai.web_ui_form
val stringable_list :
?extra_input_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t ->
?extra_pill_container_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t ->
?extra_pill_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t ->
?placeholder:string ->
Core.Source_code_position.t ->
(module Stringable_model with type t = 'a) ->
'a list Bonsai_web_ui_form__Form.t Bonsai_web.Computation.t
val list :
Core.Source_code_position.t ->
?element_group_label:
( delete_button:Bonsai_web.Vdom.Node.t ->
int ->
'a Core.Or_error.t ->
Bonsai_web.Vdom.Node.t ) ->
?add_element_text:string Bonsai_web.Value.t ->
?button_placement:[ `Indented | `Inline ] ->
'a Bonsai_web_ui_form__Form.t Bonsai_web.Computation.t ->
'a list Bonsai_web_ui_form__Form.t Bonsai_web.Computation.t
val set :
Core.Source_code_position.t ->
?element_group_label:
( delete_button:Bonsai_web.Vdom.Node.t ->
int ->
'a Core.Or_error.t ->
Bonsai_web.Vdom.Node.t ) ->
?add_element_text:string Bonsai_web.Value.t ->
?button_placement:[ `Indented | `Inline ] ->
( 'a, 'cmp ) Bonsai_web.Bonsai.comparator ->
'a Bonsai_web_ui_form__Form.t Bonsai_web.Computation.t ->
( 'a, 'cmp ) Core.Set.t Bonsai_web_ui_form__Form.t Bonsai_web.Computation.t
val map :
Core.Source_code_position.t ->
?element_group_label:
( delete_button:Bonsai_web.Vdom.Node.t ->
int ->
('k * 'v) Core.Or_error.t ->
Bonsai_web.Vdom.Node.t ) ->
?add_element_text:string Bonsai_web.Value.t ->
?button_placement:[ `Indented | `Inline ] ->
( 'k, 'cmp ) Bonsai_web.Bonsai.comparator ->
key:'k Bonsai_web_ui_form__Form.t Bonsai_web.Computation.t ->
data:'v Bonsai_web_ui_form__Form.t Bonsai_web.Computation.t ->
( 'k, 'v, 'cmp ) Core.Map.t Bonsai_web_ui_form__Form.t
Bonsai_web.Computation.t
ON THIS PAGE
No table of contents