bs4DashControlbar: Create a Boostrap 4 dashboard right sidebar

Description Usage Arguments Author(s)

View source: R/dashboardControlbar.R

Description

Build an adminLTE3 dashboard right sidebar

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
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


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