powered by
Add a Single List Item Component A flexible method for displaying simple list elements.
list_item(content, badge = TRUE, ...)
a object of class character
a object of class logical
if the badge object is true provide an arguement object of class numeric, named badge_value.
a HTML object to be included in the ui section of a shiny app
List Group
# NOT RUN { list_item("Howdy Title", badge_value = 27) # }
Run the code above in your browser using DataLab