tab_items: Create a panel with tabs.

View source: R/tab.R

tab_itemsR Documentation

Create a panel with tabs.

Description

Create a panel with tabs.

Usage

tab_items(...)

tabItems(...)

Arguments

...

Tabs.

Value

A panel with tabs that can be passed to dashboardBody

Functions

  • tabItems(): Create a panel with tabs (alias for tab_items for compatibility with shinydashboard)

Examples

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

Appsilon/semantic.dashboard documentation built on April 21, 2024, 2:42 p.m.