bs4Dash (version 0.5.0)

bs4DashNavbar: Create a Boostrap 4 dashboard navbar

Description

Build an adminLTE3 dashboard navbar

Usage

bs4DashNavbar(
  ...,
  skin = "light",
  status = NULL,
  border = TRUE,
  sidebarIcon = "bars",
  compact = FALSE,
  controlbarIcon = "th",
  leftUi = NULL,
  rightUi = NULL
)

dashboardHeader( ..., skin = "light", status = NULL, border = TRUE, sidebarIcon = "bars", compact = FALSE, controlbarIcon = "th", leftUi = NULL, rightUi = NULL )

Arguments

...

Any UI element between left and right Ui.

skin

Navbar skin. "dark" or "light".

status

Navbar status. "primary", "danger", "warning", "success", "info", "white", "gray-light" and all other available colors. See getAdminLTEColors.

border

Whether to separate the navbar and body by a border. TRUE by default.

sidebarIcon

Icon of the main sidebar toggle.

compact

Whether items should be compacted. FALSE by default.

controlbarIcon

Icon to toggle the controlbar (left).

leftUi

Custom left Ui content. Any Ui element.

rightUi

Custom right Ui content. Any Ui element.