inst/examples/box_elements/user_messages.R

user_messages <- 'box(
  width = 12,
  title = "Box with messages",
  solidheader = TRUE,
  status = "warning",
  userMessages(
    width = 12,
    status = "success",
    userMessage(
      author = "Alexander Pierce",
      date = "20 Jan 2:00 pm",
      image = "https://adminlte.io/themes/AdminLTE/dist/img/user1-128x128.jpg",
      type = "received",
      "Is this template really for free? That iss unbelievable!"
    ),
    userMessage(
      author = "Sarah Bullock",
      date = "23 Jan 2:05 pm",
      image = "https://adminlte.io/themes/AdminLTE/dist/img/user3-128x128.jpg",
      type = "sent",
      "You better believe it!"
    )
  )
)'

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.