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

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.

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.