# NOT RUN {
list_content <- data.frame(
header = paste("Header", 1:5),
description = paste("Description", 1:5),
icon = paste("home", 1:5),
stringsAsFactors = FALSE
)
# Create a 5 element divided list with alert icons and description
uilist(list_content, is_icon = TRUE, is_divided = TRUE, is_description = TRUE)
# }
Run the code above in your browser using DataLab