Content panel for a tab.
Examples
ds_tabpanel(value = "overview", ds_paragraph("Content here."))
#> <ds-tabpanel data-value="overview">
#> <p class="ds-paragraph">Content here.</p>
#> </ds-tabpanel>
Content panel for a tab.
ds_tabpanel(value = "overview", ds_paragraph("Content here."))
#> <ds-tabpanel data-value="overview">
#> <p class="ds-paragraph">Content here.</p>
#> </ds-tabpanel>