Learn R Programming

bs4Dash (version 0.2.0)

bs4DashNavbar: Create a Boostrap 4 dashboard navbar

Description

Build an adminLTE3 dashboard navbar

Usage

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

Arguments

...

Any UI element between left and right Ui.

skin

Navbar skin. "dark" or "light".

status

Navbar status. "white" by default: "primary", "danger", "warning", "success", "info", "white" or "gray-light".

border

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

sidebarIcon

Icon of the main sidebar toggle.

controlbarIcon

Icon to toggle the controlbar (left).

leftUi

Custom left Ui content. Any Ui element.

rightUi

Custom right Ui content. Any Ui element.

fixed

Whether the navbar is fixed to the top. FALSE by default