package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Native
  2. | Button_like of {
    1. extra_attrs : checked:bool -> Virtual_dom.Vdom.Attr.t list;
    }
val barebones_button_like : t

applies background-color and color alteration to current selection