NestedMenu {NestedMenu} | R Documentation |
'Nested menu' widget
Description
'Nested menu' HTML widget.
Usage
NestedMenu(
label,
items,
trigger = "left",
style = "primary",
size = NULL,
elementId = NULL
)
Arguments
label |
the label of the root button |
items |
list of items for the nested menu; see the Shiny example |
trigger |
the way the menu is triggered: |
style |
a Bootstrap style for the root button: |
size |
size of the root button: |
elementId |
a HTML id; this is usually useless |
Value
A htmlwidget
object.
[Package NestedMenu version 0.2.0 Index]