bs4DashNavbar: Create a Boostrap 4 dashboard navbar

Description Usage Arguments Author(s)

View source: R/dashboardNavbar.R

Description

Build an adminLTE3 dashboard navbar

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
bs4DashNavbar(
  ...,
  skin = "light",
  status = NULL,
  border = TRUE,
  sidebarIcon = "bars",
  compact = FALSE,
  controlbarIcon = "th",
  leftUi = NULL,
  rightUi = NULL,
  fixed = FALSE
)

dashboardHeader(
  ...,
  skin = "light",
  status = NULL,
  border = TRUE,
  sidebarIcon = "bars",
  compact = FALSE,
  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. "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.

fixed

Whether to fix the navbar to the top. FALSE by default

Author(s)

David Granjon, dgranjon@ymail.com


RX-PBB/bs4Mash documentation built on April 11, 2020, 12:15 a.m.