tab_items: Create a panel with tabs.

Description Usage Arguments Value Functions Examples

View source: R/tab.R

Description

Create a panel with tabs.

Usage

1
2
3

Arguments

...

Tabs.

Value

A panel with tabs that can be passed to dashboardBody

Functions

Examples

1
2
3
tabItems(
 tabItem(tabName = "tab1", "Tab 1"),
 tabItem(tabName = "tab2", "Tab 2"))

PaskalSunari/semantic.dashboard-develop documentation built on Dec. 18, 2021, 6:41 a.m.