package ocsigen-toolkit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Reusable UI components for Eliom applications (client only, or client-server)
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.3.0.tar.gz
md5=69be960fcd9bd4980c97ec2abebedc80
sha512=f1d76fc73046f9d577cdcaa85adf3e372995d924a6cbbd1bb189e294d717bc35c1d9cda3701189a4436c2d45fc8ddc2a16f8198182ac071fd501bb7d882a2276
doc/README.html
Ocsigen Toolkit 
Introduction
The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications. The toolkit is in beta state.
Installation
Use opam to install:
opam install ocsigen-toolkitNB: you may want to include the provided CSS in you own project. Take a look at the css directory for the style files that correspond to the modules you use.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page