Skip to contents

f7PanelMenu creates a menu for f7Panel. It may contain multiple f7PanelItem.

f7PanelItem creates a Framework7 sidebar menu item for f7SplitLayout.

Usage

f7PanelMenu(..., id = NULL)

f7PanelItem(title, tabName, icon = NULL, active = FALSE)

Arguments

...

Slot for f7PanelItem.

id

Unique id to access the currently selected item.

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.

Author

David Granjon, dgranjon@ymail.com