package bonsai

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

bonsai v0.15.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

bonsai

Documentation:

bonsai.bench

Documentation:

bonsai.example_chat_open_source_native

Documentation:

bonsai.example_chat_open_source_native_common

Documentation:

bonsai.extra

Documentation:

bonsai.focus_ring

Documentation:

  • Focus_ring A simple data structure for keeping track of a focused element within a list. The focus wraps around so that calling prev when the focus is the head of the list will cause the focus to move to the end. There is always a focused element -- i.e. there is no blur operation.

bonsai.protocol

Documentation:

bonsai.tailwind_colors

Documentation:

  • Tailwind_colors The color palettes included in the Tailwind CSS library, taken from https://tailwindcss.com/docs/customizing-colors on 2021-02-13. The larger the number on a color, the darker it is.

bonsai.test

Documentation:

bonsai.test.dot

Documentation:

bonsai.web

Documentation:

bonsai.web_test

Documentation:

bonsai.web_ui_common_components

Documentation:

bonsai.web_ui_drag_and_drop

Documentation:

  • Bonsai_web_ui_drag_and_drop To use this API, first call create to make a "universe" where drag-and-drop can happen. It is possible, and sometimes desireable to create multiple universes; for example, if two parts of an interface support drag-and-drop, but they are not meant to interact, each should probably have their own universe.

bonsai.web_ui_element_size_hooks

Documentation:

bonsai.web_ui_extendy

Documentation:

bonsai.web_ui_file

Documentation:

bonsai.web_ui_file_from_web_file

Documentation:

bonsai.web_ui_form

Documentation:

bonsai.web_ui_freeform_multiselect

Documentation:

bonsai.web_ui_multi_select

Documentation:

bonsai.web_ui_query_box

Documentation:

bonsai.web_ui_reorderable_list

Documentation:

bonsai.web_ui_typeahead

Documentation: