package elm_playground
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Interface of the Playground
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.2.1.tar.gz
md5=0db3aca4366c3bfded23fc0b1dd54014
sha512=c2dc6e2dfe7e960370f22dbd1d65e6cf1a09deeb8f30932d781267c1563083e0a64707858d23c1a8ce9e3d66d7466e0e400e1c2bbabaa676dd2dbf1bc33acc33
Description
This is just the interface of the playground. You'll need an actual platform library to compile your application (elm_playground_native or elm_playground_web)
Added to opam-repository:
Dependencies (3)
-
elm_system
= version -
elm_core
= version -
dune
>= "3.0"
Dev Dependencies (1)
-
odoc
with-doc
Used by (2)
-
elm_playground_native
>= "0.2.1" -
elm_playground_web
>= "0.2.1"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page