Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


semantic.dashboard (version 0.2.1)

task_item: 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 c("", "red", "orange", "yellow", "olive", "green", "teal", "blue", "violet", "purple", "pink", "brown", "grey", "black")

Value

A task item that can be passed to dropdownMenu

Functions

  • taskItem: Create a task item (alias for taks_item for compatibility with shinydashboard)

Examples

Run this code
# NOT RUN {
taskItem("Project progress...", 50.777, color = "red")
# }

Run the code above in your browser using DataLab