if (interactive()) {
card(
shiny::h2("Master buttons with various styles"),
header = FALSE,
shiny::div(masterButton("Submit button with primary color",
icon = shiny::icon("file"), size = "s", bg.type = "primary"
))
)
}
Run the code above in your browser using DataLab