package virtual_dom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vdom_input_widgets.Selectable_styleSource

Sourcetype t =
  1. | Native
  2. | Button_like of {
    1. extra_attrs : checked:bool -> Virtual_dom.Vdom.Attr.t list;
    }
Sourceval barebones_button_like : t

applies background-color and color alteration to current selection

OCaml

Innovation. Community. Security.