library(shiny.mui)
library(shiny)
component_example(tagList(
Button.shinyInput("button1", "Text", variant="text"),
Button.shinyInput("button1", "Contained", variant="contained"),
Button.shinyInput("button1", "Outlined", variant="outlined"),
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.