QListItem: Q List Item

View source: R/QListItem.R

QListItemR Documentation

Q List Item

Description

Helper to create shiny.mui list items with primary and secondary text

Usage

QListItem(primary, ..., secondary = "")

Arguments

primary

primary text

...

argumens to pass to shiny.quartz ListItem

secondary

secondary text

See Also

shiny.mui::List()

Examples

library(shiny.quartz)
library(shiny.mui)

component_example(
    List(QListItem("first", secondary = "go"), QListItem("second"), QListItem("third"))
)

QuartzSoftwareLLC/shiny.quartz documentation built on Aug. 29, 2023, 9:18 a.m.