Learn R Programming

shinyMobile (version 0.7.0)

f7PanelItem: Create a Framework7 sidebar menu item

Description

Build a Framework7 sidebar menu item for f7SplitLayout.

Usage

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

Arguments

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.