inst/examples/box_elements/nav_pills.R

nav_pills <- 'box(
  title = "Nav Pills",
  status = "info",
  width = 12,
  footerPadding = FALSE,
  footer = navPills(
    navPillsItem(
      selected = TRUE,
      left = "Item 1", 
      color = "green",
      right = "Some text here"
    ),
    navPillsItem(
      left = "Item 2", 
      color = "red",
      icon = icon("fa fa-angle-down"), 
      right = "10%"
    )
  )
)'

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.