ds_tab: Tab Button

View source: R/ds-tabs.R

ds_tabR Documentation

Tab Button

Description

A single tab button within ds_tablist.

Usage

ds_tab(label, value, selected = FALSE, ...)

Arguments

label

The tab label text

value

The value to return when this tab is selected

selected

Whether this tab is initially selected

...

Additional attributes

Value

A Shiny tag object

Examples

ds_tab("Overview", value = "overview", selected = TRUE)

shinyds documentation built on Aug. 22, 2026, 5:08 p.m.