list_item: Add a Single List Item Component A flexible method for...

View source: R/list_item.R

list_itemR Documentation

Add a Single List Item Component A flexible method for displaying simple list elements.

Description

Add a Single List Item Component A flexible method for displaying simple list elements.

Usage

list_item(content, badge = TRUE, badge_value)

Arguments

content

a object of class character

badge

a object of class logical

badge_value

if the badge object is true provide an arguement object of class numeric, named badge_value.

Value

a HTML object to be included in the ui section of a shiny app

See Also

List Group

Examples

list_item("Howdy Title", badge_value = 27)

jasdumas/shinyLP documentation built on Oct. 29, 2023, 9:15 a.m.