package bogue

  1. Overview
  2. Docs

Button widget with text or icon

Dependency graph
type t
type kind =
  1. | Trigger
  2. | Switch
val state : t -> bool
val reset : t -> unit
val is_pressed : t -> bool