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")
  )
)'
DivadNojnarg/shinydashboardPlus documentation built on April 14, 2024, 11:21 a.m.