R/widgets-boxes.R
infoBoxOutput.Rd
Info box output
infoBoxOutput(outputId, width = 4)
Output variable name.
The width of the box in Bootstrap grid columns (1-12). Use NULL when placing the output inside an existing column.
1
12
NULL
infoBoxOutput("system_status") #> <div class="col-sm-4"> #> <div id="system_status" class="shiny-html-output"></div> #> </div>