package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val string : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> Core.Source_code_position.t -> string Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val int : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> Core.Source_code_position.t -> int Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val float : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> Core.Source_code_position.t -> float Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val sexpable : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> Core.Source_code_position.t -> (module Core.Sexpable with type t = 'a) -> 'a Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val stringable : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?placeholder:string -> Core.Source_code_position.t -> (module Core.Stringable with type t = 'a) -> 'a Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t