vbox_server: THe value box server for bs4dash

Description Usage Arguments

View source: R/vbox.R

Description

The value box creates a server-side function to be handled by conditional logic at later dates for the parameters

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
vbox_server(
  input,
  output,
  session,
  value,
  subtitle,
  icon = "user-cog",
  color = "info",
  container = h4,
  end_text = NULL,
  width = 12
)

Arguments

input

list of inputs used in the shiny application session

output

list of outputs used the shiny application session

session

The shiny app session object

value

The value of the valuebox

subtitle

The subtitle of the valuebox

icon

Icon function to pass as a reactive based on chart needs

color

Default color settings

container

The HTML wrapper function for the subtitle

end_text

The text used in the footer of the valuebox

width

Width of the value box


HarryRosen/hrimodules documentation built on Jan. 11, 2022, 12:36 a.m.