tab_item: Create a tab

Description Usage Arguments Value Functions Examples

View source: R/tab.R

Description

Create a tab panel with additional UI elements.

Usage

1
2
3
tab_item(tabName, ..., fluid = TRUE)

tabItem(tabName, ..., fluid = TRUE)

Arguments

tabName

Id of the tab.

...

UI elements to include within the tab.

fluid

Controls whether tab width should be 100% (TRUE) or limited by Foomantic UI breakpoints (FALSE).

Value

A tab that can be passed to dashboardBody

Functions

Examples

1
tab_item(tabName = "tab1", "Tab 1")

semantic.dashboard documentation built on Nov. 10, 2021, 1:06 a.m.