RinteRface / shinydashboardPlus

extensions for shinydashboard
https://shinydashboardplus.rinterface.com
Other
454 stars 77 forks source link

issue in shinydashboardelus gallery: title missing in message box #53

Closed DivadNojnarg closed 4 years ago

DivadNojnarg commented 5 years ago
boxPlus(
  width = 12,
  "Box with messages",
  solidheader = TRUE,
  status = "warning",
  userMessages(
    width = 12,
    status = "success",
    userMessage(
      author = "Alexander Pierce",
      date = "20 Jan 2:00 pm",
      src = "https://adminlte.io/themes/AdminLTE/dist/img/user1-128x128.jpg",
      side = NULL,
      "Is this template really for free? That iss unbelievable!"
    ),
    userMessage(
      author = "Sarah Bullock",
      date = "23 Jan 2:05 pm",
      src = "https://adminlte.io/themes/AdminLTE/dist/img/user3-128x128.jpg",
      side = "right",
      "You better believe it!"
    )
  )
)