fdSidebarMenu: Create a menu in the sidebar

Description Usage Arguments

Description

This creates a sidebar menu which mainly consists of fdMenuItem and fdMenuSubItem

Usage

1
2
3
4
5
6
fdSidebarMenu(...)

fdMenuItem(text, ..., icon = NULL, pageName = NULL, href = "#")

fdMenuSubItem(text, href = NULL, pageName = NULL,
  icon = fdIcon("angle-double-right"))

Arguments

...

Items to put in the sidebar. It can include fdMenuSubItem

text

Text to show for the menu item.

icon

Icon to display against the text.

pageName

Id of the page that this menu item will activate

href

Link address.


alteryx/flightdeck documentation built on May 12, 2019, 1:39 a.m.