package bonsai

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Elements.TextboxSource

Sourceval string : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> unit -> string Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
Sourceval int : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> unit -> int Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
Sourceval float : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> unit -> float Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
Sourceval sexpable : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> (module Core.Sexpable with type t = 'a) -> 'a Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
Sourceval stringable : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> (module Core.Stringable with type t = 'a) -> 'a Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
OCaml

Innovation. Community. Security.