inputknob: Create a <input-knob> web component

Description Usage Arguments

View source: R/inputknob.R

Description

Binding to the <input-knob> web component version 1.0.0.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
inputknob(
  id = NULL,
  value = NULL,
  scale = NULL,
  min = NULL,
  max = NULL,
  slot = NULL,
  slot_back_side = NULL,
  css_knob_size = NULL,
  ...
)

Arguments

id

ID for the component. If not provided, an ID will be automatically generated.

value

TODO

scale

TODO

min

Required

max

Required

slot

Content to place in the default (unnamed) slot.

slot_back_side

TODO

css_knob_size

TODO

...

Any additional HTML attributes to add to the element tag.


daattali/inputknob documentation built on Dec. 19, 2021, 8:01 p.m.