formGroup | R Documentation |
Form groups are a way of labeling an input. Form rows are similar to
columns()
s, but include additional styles intended for forms. The
flexibility provided by form rows and groups means you can confidently
develop shiny applications for devices and screens of varying sizes.
formGroup(label, input, ..., help = NULL, width = NULL)
formRow(...)
label |
A character string specifying a label for the input or |
input |
A tag element specifying the input to label. |
... |
For formGroup, additional named arguments passed as HTML attributes to the parent element. For formRow, any number of |
help |
A character string specifying help text for the input, defaults
to |
width |
A responsive argument. One of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.