package incr_dom_widgets

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. style : (string * string) list;
  2. other_attrs : Incr_dom.Vdom.Attr.t list;
}
val create : ?style:(string * string) list -> ?attrs:Incr_dom.Vdom.Attr.t list -> unit -> t
val combine : t list -> t
val to_vdom_attrs : t -> Incr_dom.Vdom.Attr.t list