inst/examples/buttons/app_buttons.R

app_buttons <- 'box(
  title = "App Buttons",
  width = 12,
  appButton(
    inputId = "myAppButton",
    label = "Users", 
    icon = icon("users"), 
    dashboardBadge(textOutput("appBtnVal"), color = "maroon")
  )
)'

Try the shinydashboardPlus package in your browser

Any scripts or data that you put into this service are public.

shinydashboardPlus documentation built on Sept. 16, 2021, 1:06 a.m.