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.
Unique id to access the currently selected item.
List mode. NULL, "simple", "links", "media" or "contacts".
Whether to display a card border. FALSE by default.
Outline style. Default to FALSE.
Dividers style. Default to FALSE.
Strong style. Default to FALSE.
Item name.
Item unique tabName. Must correspond to what is passed to f7Item.
Item icon.
Whether the item is active at start. Default to FALSE.
David Granjon, dgranjon@ymail.com