Skip to contents

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

Examples

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

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