package bonsai
A library for building dynamic webapps, using Js_of_ocaml
Install
Dune Dependency
Authors
Maintainers
Sources
bonsai-v0.13.0.tar.gz
sha256=5a492e4189037202ea780d228b2fd29da177da5c98dc2685f83968fc9f589d97
md5=36feac848fcb4118929df74939d1d111
Description
Bonsai is a library for building reusable UI components inside an Incremental-style UI framework such as Incr_dom. The API is broken up into roughly two modules:
- Creating components
- Combining components
Published: 20 Nov 2019
Dependencies (10)
-
dune
>= "1.5.1"
-
virtual_dom
>= "v0.13" & < "v0.14"
-
ppx_pattern_bind
>= "v0.13" & < "v0.14"
-
ppx_jane
>= "v0.13" & < "v0.14"
-
incremental
>= "v0.13" & < "v0.14"
-
incr_map
>= "v0.13" & < "v0.14"
-
incr_dom
>= "v0.13" & < "v0.14"
-
core_kernel
>= "v0.13" & < "v0.14"
-
async_kernel
>= "v0.13" & < "v0.14"
-
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page