incr_dom_interactive
A monad for composing chains of interactive UI elements
Description
This library allows your program to receive input from the user using DOM elements such as checkboxes, text fields, and buttons. It allows you to inspect the user's input and decide afterwards what the rest of the [Interactive.t] should be. This library is intended to be used in conjunction with Incr_dom.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 18 Oct 2022
- Authors
- Maintainers
Sources
Dependencies
js_of_ocaml-ppx
>= "3.9.0"
js_of_ocaml
>= "3.9.0"
dune
>= "2.0.0"
virtual_dom
>= "v0.15" & < "v0.16"
splay_tree
>= "v0.15" & < "v0.16"
ppx_jane
>= "v0.15" & < "v0.16"
incremental
>= "v0.15" & < "v0.16"
incr_select
>= "v0.15" & < "v0.16"
incr_map
>= "v0.15" & < "v0.16"
incr_dom
>= "v0.15" & < "v0.16"
async_kernel
>= "v0.15" & < "v0.16"
async_js
>= "v0.15" & < "v0.16"
ocaml
>= "4.08.0"
Reverse Dependencies
incr_dom_sexp_form
>= "v0.15.0"