shinyLP (version 1.1.2)

panel_div: Add Panel Sections with Color Headers Panel sections can be grouped by color or context to structure the landing page.

Description

Add Panel Sections with Color Headers Panel sections can be grouped by color or context to structure the landing page.

Usage

panel_div(class_type, panel_title, content)

Value

a HTML object to be included in the ui section of a shiny app

Arguments

class_type

a object of class character, indicating the contextual state class

panel_title

a object of class character, indicating the header title

content

a object of class character, indicating text content

See Also

Examples

Run this code
 panel_div(class_type = "primary", panel_title = "Directions",
content = "How to use the app")

Run the code above in your browser using DataLab