| f7PanelMenu | R Documentation | 
f7PanelMenu creates a menu for f7Panel. It may contain
multiple f7PanelItem.
f7PanelItem creates a Framework7 sidebar menu item for f7SplitLayout.
f7PanelMenu(
  ...,
  id = NULL,
  mode = "links",
  inset = FALSE,
  outline = FALSE,
  dividers = FALSE,
  strong = FALSE
)
f7PanelItem(title, tabName, icon = NULL, active = FALSE)
| ... | Slot for f7PanelItem. | 
| id | Unique id to access the currently selected item. | 
| mode | List mode. NULL, "simple", "links", "media" or "contacts". | 
| inset | Whether to display a card border. FALSE by default. | 
| outline | Outline style. Default to FALSE. | 
| dividers | Dividers style. Default to FALSE. | 
| strong | Strong style. Default to FALSE. | 
| title | Item name. | 
| tabName | Item unique tabName. Must correspond to what is passed to f7Item. | 
| icon | Item icon. | 
| active | Whether the item is active at start. Default to FALSE. | 
David Granjon, dgranjon@ymail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.