Getting started

textInput(
  id = NULL,
  placeholder = "Placeholder ..."
)
numberInput(
  id = NULL,
  placeholder = "Number"
)

Specify min, max, and step

numberInput(
  id = NULL,
  min = 1,
  max = 10,
  step = 2
)


nteetor/dull documentation built on June 10, 2022, 11:30 a.m.