Description Usage Arguments Value Functions Examples
Create a panel with tabs.
1 2 3 |
... |
Tabs. |
A panel with tabs that can be passed to dashboardBody
tabItems
: Create a panel with tabs (alias for tab_items
for compatibility with shinydashboard
)
1 2 3 |
Attaching package: ‘semantic.dashboard’
The following object is masked from ‘package:graphics’:
box
<div class="tab-content">
<div role="tabpanel" style="height: 100%;" class="ui tab tab-pane container active" id="shiny-tab-tab1" data-tab="shiny-tab-tab1">
<div class="ui padded grid">Tab 1</div>
</div>
<div role="tabpanel" style="height: 100%;" class="ui tab tab-pane container" id="shiny-tab-tab2" data-tab="shiny-tab-tab2">
<div class="ui padded grid">Tab 2</div>
</div>
</div>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.