Getting started

File inputs come with default placeholder text.

fileInput(
  id = NULL
)

You can also specify different text.

fileInput(
  id = NULL,
  placeholder = "Pick a file",
  browse = "Click"
)


nteetor/yonder documentation built on June 8, 2022, 1:36 p.m.