This creates a wrapper that will contain rightSidebarTabContent.
1 2 3 4 5 6 7 | rightSidebarTabContent(
...,
id,
title = NULL,
active = FALSE,
icon = "database"
)
|
... |
any element such as sliderInput, ... |
id |
should be unique. |
title |
content title. |
active |
whether the tab content is active or not. FALSE by default. |
icon |
tab icon. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.