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.