package virtual_dom
OCaml bindings for the virtual-dom library
Install
Dune Dependency
Authors
Maintainers
Sources
virtual_dom-v0.16.0.tar.gz
sha256=0c6f07894dce56db88d46b3aa4f2cad1a84aeaf0009560a285492f9f2959d565
doc/virtual_dom.keyboard/Vdom_keyboard/Help_text/index.html
Module Vdom_keyboard.Help_text
Source
A Help_text.t
represents the documentation for a collection of commands. It can be displayed as a Vdom node.
This can be used to create a web ui help menu.
view
displays a help text table. Each row shows a list of keys and a description. Multiple commands with the same description may be combined into one row.
view_rows
is similar to view
, but returns a list of row nodes instead of wrapping them in a table node.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>