package virtual_dom

  1. Overview
  2. Docs
OCaml bindings for the virtual-dom library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=812711b4d5ce634a413580cd7096482de8d71abec9ae37bb01f7c0dcec2968ec

doc/virtual_dom.input_widgets/Vdom_input_widgets/Decimal/index.html

Module Vdom_input_widgets.DecimalSource

Decimal can be used to create decimal number inputs

Note that of_string/to_string raise if t is NaN, +Inf, or -Inf, since these are not valid decimals and cannot be used in number inputs.

Sourcetype t = float
Sourceval of_string : string -> t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.