package virtual_dom
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
OCaml bindings for the virtual-dom library
Install
Dune Dependency
Authors
Maintainers
Sources
virtual_dom-v0.13.0.tar.gz
sha256=60079d1a4a4a71f97631d97560047d3ff38ff439dc126ad1b1d0b391daeda249
md5=ef2c93a9bd968b44e09fee501f853a2d
doc/index.html
virtual_dom
API
Library virtual_dom
Library virtual_dom.css_gen
Css_gen
A set of functions to generate css declaration lists. This library can be used to programmatically produce strings suitable for the HTML style attribute, e.g. style="display:flex;background-color:red".
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page