| ListItemText | R Documentation | 
Visit the documentation at https://mui.com/api/List-Item-Text/ for more information.
ListItemText(...)
| ... | args to pass to element | 
library(shiny)
library(shiny.mui)
component_example(List(
    ListItem(ListItemText(primary = "Hello", secondary = "First")),
    ListItem(ListItemText(primary = "World", secondary = "second")),
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.