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.input_widgets/Vdom_input_widgets/Merge_behavior/index.html
Module Vdom_input_widgets.Merge_behavior
Source
Source
type t =
| Merge
(*Specifies that a widget should use
*)Vdom.Attr.many
when combining several attributes into one.| Legacy_dont_merge
(*Specifies that a widget should use
*)Vdom.Attr.many_without_merge
when combining several attributes into one. This is legacy behavior, so new code should always prefer to useMerge
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>