value_box {semantic.dashboard} | R Documentation |
Create a valueBox.
Description
Create a valueBox with additional UI elements.
Usage
value_box(subtitle, value, icon = NULL, color = "blue", width = 5, size = "")
valueBox(subtitle, value, icon = NULL, color = "blue", width = 5, size = "")
infoBox(subtitle, value, icon = NULL, color = "blue", width = 5, size = "")
Arguments
subtitle |
Label of the valueBox. |
value |
Value of the valueBox. |
icon |
Icon of the valueBox. |
color |
Color of the valueBox. One of |
width |
Width of the valueBox. |
size |
Size of value. One of |
Value
A valueBox that can be passed to dashboardBody
Functions
-
valueBox
: Create a valueBox (alias forvalue_box
) -
infoBox
: Create a valueBox (alias forvalue_box
)
Examples
valueBox("Unread Mail", 44, icon("mail"), color = "blue", width = 5, size = "tiny")
[Package semantic.dashboard version 0.2.1 Index]