Skip to contents

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."))
#> <ds-tabpanel data-value="overview">
#>   <p class="ds-paragraph">Content here.</p>
#> </ds-tabpanel>