Customizable main panel for inclusion of various UI elements
Usage
primePanel(..., width = 8, border = FALSE, shadow = FALSE)
Arguments
- ...
List of content
- width
Width of the main panel
- border
Should border be declared for the panel
- shadow
Should a shadow be added to the panel
Value
Creates a container for displaying contents
Note
For more information on the features of the main panel, look through the Github examples
Examples
# \donttest{
primePanel("content 1")
#> <div class="card-pro-prime p-0 m-0 col-12 col-md-8 " role="main">content 1</div>
# }