powered by
Create a task item.
task_item(text, value, color = "")taskItem(text, value, color = "")
taskItem(text, value, color = "")
Progress bar label.
Progress bar value.
Color of the task item. One of c("", "red", "orange", "yellow", "olive", "green", "teal", "blue", "violet", "purple", "pink", "brown", "grey", "black")
c("", "red", "orange", "yellow", "olive", "green", "teal", "blue", "violet", "purple", "pink", "brown", "grey", "black")
A task item that can be passed to dropdownMenu
dropdownMenu
taskItem: Create a task item (alias for taks_item for compatibility with shinydashboard)
taskItem
taks_item
shinydashboard
# NOT RUN { taskItem("Project progress...", 50.777, color = "red") # }
Run the code above in your browser using DataLab