NestedMenu | R Documentation |
'Nested menu' HTML widget.
NestedMenu( label, items, trigger = "left", style = "primary", size = NULL, elementId = NULL )
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 |
A htmlwidget
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.