inst/apps/simulate/ui/header.R

header <- dashboardHeader(
  title = "Simulate"
  # # statuses: primary, success, info, warning, danger
  # dropdownMenu(
  #   type = "messages",  badgeStatus = "primary",
  #   messageItem("Welcome",
  #               "Welcome to the template app",
  #               time = "today"
  #   )
  # ),
  # dropdownMenu(
  #   type = "notifications", badgeStatus = "primary",
  #   notificationItem(icon = icon("users"), status = "info",
  #                    "5 new members joined today"
  #   )
  # ),
  # dropdownMenu(
  #   type = "tasks", badgeStatus = "primary",
  #   taskItem(value = 50, color = "red",
  #            "Write documentation"
  #   )
  # )
)
PsyTeachR/reprores-v2 documentation built on Sept. 26, 2022, 10:06 a.m.