wells {shinyLP} | R Documentation |
Add a Well Component Use the well as a simple effect on an element to give it an inset effect.
Description
Add a Well Component Use the well as a simple effect on an element to give it an inset effect.
Usage
wells(content, size = "default")
Arguments
content |
a object of class character |
size |
a object of class character determining the size of the well and options include, default, small, and large. |
Value
a HTML object to be included in the ui section of a shiny app
See Also
Examples
wells(content = "Look, I'm a well!", size = "large")
[Package shinyLP version 1.1.3 Index]