InfoBoxModal_UI: InfoBoxModal_UI

Description Usage Arguments Examples

Description

This shiny module UI creates an InfoBox that can be clicked on to bring up a modal dialof with expanded details of the summary in the InfoBox.

Usage

1
2
InfoBoxModal_UI(id, title = "My InfoModalBox", color = "red", value = 100,
  icon = "thumbs-up")

Arguments

id

Unique Identifier for the UI in the shiny app UI

title

InfoBox title, Default is "My InfoModalBox

color

Color of InfoBox, Default is "green" For options see shiny InfoBox documentation

value

Value to be displayed, typically a summary value. Default is 100

color

Icon to display, it is a call to shiny's icon() function. Default is "thumbs-up"

Examples

1
InfoBoxModal_UI("InfoBox")

mtseman/shinyModals documentation built on May 25, 2019, 10:34 p.m.