task_item {semantic.dashboard} | R Documentation |
Create a task item.
task_item(text, value, color = "")
taskItem(text, value, color = "")
text |
Progress bar label. |
value |
Progress bar value. |
color |
Color of the task item. One of |
A task item that can be passed to dropdownMenu
taskItem
: Create a task item (alias for taks_item
for compatibility with shinydashboard
)
taskItem("Project progress...", 50.777, color = "red")