bs4Dash (version 0.5.0)

bs4DashControlbar: Create a Boostrap 4 dashboard right sidebar

Description

Build an adminLTE3 dashboard right sidebar

Usage

bs4DashControlbar(
  ...,
  inputId = NULL,
  disable = FALSE,
  skin = "dark",
  title = NULL,
  width = 250
)

dashboardControlbar( ..., inputId = NULL, disable = FALSE, skin = "dark", title = NULL, width = 250 )

Arguments

...

Any UI element.

inputId

To acces the current state of the controlbar. Open is TRUE, closed is FALSE. NULL by default.

disable

If TRUE, the sidebar will be disabled.

skin

Controlbar skin. "dark" or "light".

title

Controlbar title.

width

Controlbar width. 250 px by default.