inst/examples/extra_elements/carousels.R

carousel <- 'carousel(
  id = "mycarousel",
  carouselItem(
    caption = "Item 1",
    tags$img(src = "https://adminlte.io/themes/AdminLTE/dist/img/photo1.png")
  ),
  carouselItem(
    caption = "Item 2",
    tags$img(src = "https://adminlte.io/themes/AdminLTE/dist/img/photo2.png")
  )
)'

Try the shinydashboardPlus package in your browser

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

shinydashboardPlus documentation built on Sept. 11, 2024, 8:07 p.m.