task_item {semantic.dashboard} | R Documentation |
Create a task item.
Description
Create a task item.
Usage
task_item(text, value, color = "")
taskItem(text, value, color = "")
Arguments
text |
Progress bar label. |
value |
Progress bar value. |
color |
Color of the task item. One of |
Value
A task item that can be passed to dropdownMenu
Functions
-
taskItem
: Create a task item (alias fortaks_item
for compatibility withshinydashboard
)
Examples
taskItem("Project progress...", 50.777, color = "red")
[Package semantic.dashboard version 0.2.1 Index]