valueBoxModuleUI: valueBoxModuleUI

Description Usage Arguments

View source: R/valueBoxModule.R

Description

valueBoxModuleUI

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
valueBoxModuleUI(
  id,
  subtitle,
  icon = NULL,
  backgroundColor = "#7cb5ec",
  textColor = "#FFF",
  width = 4,
  href = NULL,
  iconColor = "#00000026"
)

Arguments

id

the Shiny module id

subtitle

The subtitle to be displayed in the value box. Set to "__server__" to dynamically render the subtitle from the server.

icon

An icon made by the 'shiny::icon()'

backgroundColor

A hex color code string

textColor

A hex color code string

width

A number between 1 and 12

href

A url

iconColor

A valid color string


shinyFeedback documentation built on Sept. 24, 2021, 5:07 p.m.