Somewhere to enter text
text_input(id, label, value = "", width = NULL, type = c("none",
"warning", "success", "error"), placeholder = NULL, inline = FALSE)The input slot that will be used to access the value.
Display label for the control, or NULL for no label.
Initial value.
The width of the input, e.g. '400px', or '100%';
see validateCssUnit.
the style of the input
A character string giving the user a hint as to what can be entered into the control. Internet Explorer 8 and 9 do not support this option.
Should the label be inline?
a tagList