package virtual_dom
OCaml bindings for the virtual-dom library
Install
Dune Dependency
Authors
Maintainers
Sources
virtual_dom-v0.15.0.tar.gz
sha256=c32029907c0667369a500091533e2121c050e2392cfae7f07f2289e87c797390
doc/virtual_dom.input_widgets/Vdom_input_widgets/index.html
Module Vdom_input_widgets
module type Display = sig ... end
module type Equal = sig ... end
module type Enum = sig ... end
module type Set = sig ... end
module type Enum_set = sig ... end
Decimal
can be used to create decimal number
inputs
module Validated : sig ... end
module Dropdown : sig ... end
module Checkbox : sig ... end
module Checklist : sig ... end
module Multi_select : sig ... end
Creates a multiple-selection list. This is different from Checklist in that the <select multiple> element is used underneath, rather than independent checkboxes. As a result:
module Entry : sig ... end
module Button : sig ... end
module Radio_buttons : sig ... end
module File_select : sig ... end
Elements for selecting files from local disk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>