package fmlib_browser
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Write web applications for the browser in elm style
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.6.0.tar.gz
sha256=650393b6315075780d51cc698e2ee19bc359f114fc39365fbe137b24f663189e
doc/index.html
Web Applications
Documentation
Introduction to Web Applications
API
Examples
7 GUIs (requirements)
- Counter: Already contained in the single page application above
- Temperature Converter
- Timer
- Flight Booking
- Draw Circles
- Spreadsheet
Sources of the examples.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page