Adds Class Small Well and overflow-x property to HTML output element
Source:R/white_small_well.R
white_small_well.Rd
Details
white_small_well
is intended to be used with shiny::uiOutput()
.
The overflow-x property is set to auto so that a scroll bar is added
when the content overflows at the left and right edges of the output window.
For example, this is useful for displaying wide tables.
Examples
white_small_well(shiny::htmlOutput("summary"))
#> <div class="well well-sm bg-white">
#> <div id="summary" class="shiny-html-output"></div>
#> </div>