Description Usage Arguments See Also
View source: R/render-functions.R
This is the UI-side function for creating a dynamic bs4ValueBox
.
1 2 3 4 5 | bs4ValueBoxOutput(outputId, width = 4)
bs4InfoBoxOutput(outputId, width = 4)
valueBoxOutput(outputId, width = 4)
|
outputId |
Output variable name. |
width |
The width of the box, using the Bootstrap grid system. This is
used for row-based layouts. The overall width of a region is 12, so the
default width of 4 occupies 1/3 of that width. For column-based
layouts, use |
renderbs4ValueBox
for the corresponding server-side
function and examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.