inst/examples/box_elements/product_list.R

product_list <- 'box(
  title = "Product List",
  status = "primary",
  width = 12,
  productList(
    productListItem(
      image = "https://www.pngmart.com/files/1/Haier-TV-PNG.png", 
      title = "Samsung TV", 
      subtitle = "$1800", 
      color = "yellow",
      "This is an amazing TV, but I do not like TV!"
    ),
    productListItem(
      image = "https://upload.wikimedia.org/wikipedia/commons/7/77/IMac_Pro.svg", 
      title = "Imac 27", 
      subtitle = "$4999", 
      color = "red",
      "This is were I spend most of my time!"
    )
  )
)'

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.