| ds_tablist | R Documentation |
Container for tab buttons within ds_tabs.
ds_tablist(..., class = NULL)
... |
Child elements (ds_tab elements) |
class |
Additional CSS classes |
A Shiny tag object
ds_tablist(
ds_tab("First", value = "tab1", selected = TRUE),
ds_tab("Second", value = "tab2")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.