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

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.

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.