Description Usage Arguments Value Functions Examples
View source: R/dropdown_menu.R
Create a task item.
1 2 3 |
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
)
1 | taskItem("Project progress...", 50.777, color = "red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.