wellPanel
From shiny v0.9.0
by Winston Chang
Create a well panel
Creates a panel with a slightly inset border and grey background. Equivalent
to Bootstrap's well
CSS class.
Usage
wellPanel(...)
Arguments
- ...
- UI elements to include inside the panel.
Value
- The newly created panel.
Community examples
Looks like there are no examples yet.