Button.shinyInput | R Documentation |
Visit the documentation at https://mui.com/api/Button/ for more information.
Button.shinyInput(inputId, ...)
inputId |
the shiny input id |
... |
args to pass to element |
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.