package virtual_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=7f1fa83287458114c5b0cab8aae00d69972d15e1d20a446ce13f246aacef3216

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

Module Vdom_input_widgets.Radio_buttonsSource

Sourcemodule Style : sig ... end
Sourceval of_values : ?extra_attrs:Virtual_dom.Vdom.Attr.t list -> ?disabled:bool -> ?style:Style.t -> (module Equal with type t = 'a) -> name:string -> on_click:('a -> unit Virtual_dom.Vdom.Effect.t) -> selected:'a option -> 'a list -> Virtual_dom.Vdom.Node.t

Creates a radio button input with a button for each of the corresponding values passed in. Extra attrs for individual buttons can be passed through extra_element_attrs, which gets access to whether the current element is selected or not.

Sourceval of_values_horizontal : ?extra_attrs:Virtual_dom.Vdom.Attr.t list -> ?disabled:bool -> ?style:Style.t -> (module Equal with type t = 'a) -> name:string -> on_click:('a -> unit Virtual_dom.Vdom.Effect.t) -> selected:'a option -> 'a list -> Virtual_dom.Vdom.Node.t

Identical to of_values, but adds some style tags so that the list is displayed horizontally instead of vertically.

OCaml

Innovation. Community. Security.