ds_tabpanel: Tab Panel

View source: R/ds-tabs.R

ds_tabpanelR Documentation

Tab Panel

Description

Content panel for a tab.

Usage

ds_tabpanel(..., value, class = NULL)

Arguments

...

Panel content

value

The value that matches the corresponding ds_tab

class

Additional CSS classes

Value

A Shiny tag object

Examples

ds_tabpanel(value = "overview", ds_paragraph("Content here."))

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