textGroupInput: Text Group Input

textGroupInputR Documentation

Text Group Input

Description

Text group input.

Usage

textGroupInput(
  inputId,
  label,
  value = "",
  placeholder = NULL,
  .position = c("left", "right")
)

Arguments

inputId

ID of input.

label

Label of input.

value

Initial value of input.

placeholder

Placeholder for input.

.position

Position of the label.


JohnCoene/bsutils documentation built on June 15, 2024, 3:21 a.m.