ui_header_row | R Documentation |
The UI Header output
ui_header_row(
outputId = rlang::caller_env()$ns("header"),
width = 12,
headerBorder = FALSE
)
outputId |
|
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 card width of 6 occupies 1/2 of that width. For column-based
layouts, use |
headerBorder |
Whether to display a border between the header and body. TRUE by default |
A fluidrow containing a minimizable box with the header
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.