Learn R Programming

bs4Dash (version 0.4.0)

bs4SidebarMenuItem: Create a Boostrap 4 dashboard main sidebar menu item

Description

Build an adminLTE3 dashboard main sidebar menu item

Usage

bs4SidebarMenuItem(text, ..., tabName = NULL, icon = NULL,
  startExpanded = FALSE)

menuItem(text, ..., tabName = NULL, icon = NULL, startExpanded = FALSE)

Arguments

text

Item name.

tabName

Should correspond exactly to the tabName given in bs4TabItem.

icon

Item icon.

startExpanded

Whether to expand the bs4SidebarMenuItem at start.