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/index.html
Ocsigen Toolkit
Ocsigen Toolkit is a set of reusable user-interface widgets for Eliom applications. The widgets can be produced on the server or on the client from the same code, which makes them particularly suited to mobile, client-server applications.
Ocsigen Toolkit is part of the Ocsigen project.
Documentation
- Introduction — installation, programming style and an overview of the available widgets.
- The server and client API of every widget (use the Server API / Client API switch to move between the two sides).
Installation
Ocsigen Toolkit is available via OPAM:
opam install ocsigen-toolkit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page