Learn R Programming

bs4Dash (version 0.4.0)

bs4DashSidebar: Create a Boostrap 4 dashboard main sidebar

Description

Build an adminLTE3 dashboard main sidebar

Usage

bs4DashSidebar(..., disable = FALSE, title = NULL, skin = "dark",
  status = "primary", brandColor = NULL, url = NULL, src = NULL,
  elevation = 4, opacity = 0.8)

dashboardSidebar(..., disable = FALSE, title = NULL, skin = "dark", status = "primary", brandColor = NULL, url = NULL, src = NULL, elevation = 4, opacity = 0.8)

Arguments

...

Slot for bs4SidebarMenu.

disable

If TRUE, the sidebar will be disabled.

title

Sidebar title.

skin

Sidebar skin. "dark" or "light"

status

Sidebar status. "primary", "danger", "warning", "success", "info".

brandColor

Brand color. NULL by default: "primary", "danger", "warning", "success", "info", "white" or "gray-light".

url

Sidebar brand link.

src

Sidebar brand image.

elevation

Sidebar elevation. 4 by default (until 5).

opacity

Sidebar opacity. From 0 to 1. 0.8 by default.