content_box: Group related content in dashboard

View source: R/fct_helpers.R

content_boxR Documentation

Group related content in dashboard

Description

Group related content in dashboard

Usage

content_box(title, ...)

Arguments

title

Title string

...

Content elements

Value

HTML defining the content

Examples

## Not run: 
content_box(
  "I have content!",
  shiny::selectInput("input", "Choose", c("Option 1", "Option 2")),
  shiny::uiOutput("output")
)

## End(Not run)

MarkMc1089/FIC documentation built on April 3, 2022, 6:05 p.m.