Module Bonsai_web_ui_gallery

module Codemirror = Bonsai_web_ui_codemirror

This is a component used for demos.

It showcases computations alongside their source code.

module type Demo = sig ... end
val make_demo' : ?selector:string -> ?filter_attrs:(string -> string -> bool) -> ?ocaml_label:string option -> ?hide_html:bool -> demo:Bonsai_web.Vdom.Node.t Bonsai_web.Bonsai.t -> code:string Bonsai_web.Bonsai.t -> unit -> Bonsai_web.Bonsai.graph @ local -> t Bonsai_web.Bonsai.t
module Theme_picker : sig ... end