Learn R Programming

shinyMobile (version 0.1.0)

f7Tab: Create a Framework7 tab item

Description

Build a Framework7 tab item

Usage

f7Tab(..., tabName, icon = NULL, active = FALSE)

Arguments

...

Item content.

tabName

Item id. Must be unique.

icon

Item icon. Expect f7Icon function with the suitable lib argument (either md or ios or NULL for native f7 icons).

active

Whether the tab is active at start. Do not select multiple tabs, only the first one will be set to active