Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

bs4DropdownMenuItem

Create a Boostrap 4 dashboard dropdown menu item


Description

Build an adminLTE3 dashboard dropdown menu item

Usage

bs4DropdownMenuItem(
  message,
  from = NULL,
  time = NULL,
  icon = "info-circle",
  src = NULL,
  status = NULL,
  type = c("notification", "message")
)

dropdownMenuItem(
  message,
  from = NULL,
  time = NULL,
  icon = "info-circle",
  src = NULL,
  status = NULL,
  type = c("notification", "message")
)

Arguments

message

Item content.

from

Item sender. Only if type is message.

time

Item date.

icon

Item icon.

src

Item image. Only if type is message.

status

Item status. Leave NULL if type is notification. See getAdminLTEColors for valid statuses. If not NULL, Indicate the message priority.

type

Item type: notification or message.

Author(s)

David Granjon, dgranjon@ymail.com


bs4Dash

A 'Bootstrap 4' Version of 'shinydashboard'

v0.5.0
GPL (>= 2) | file LICENSE
Authors
David Granjon [aut, cre], RinteRface [cph], Almasaeed Studio [ctb, cph] (AdminLTE3 theme for Bootstrap 4), Winston Chang [ctb, cph] (Utils functions from shinydashboard), Thomas Park [ctb, cph] (Bootswatch Sketchy theme CSS)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.