Create a tab panel — tabPanel
  v1.7.2|Source: 
  
  
    
  
    
  
    
  
    
  
R/bootstrap.R
  Description
Create a tab panel
Arguments
- title
 Display title for tab
- ...
 UI elements to include within the tab
- value
 The value that should be sent when
tabsetPanelreports that this tab is selected. If omitted andtabsetPanelhas anid, then the title will be used.- icon
 Optional icon to appear on the tab. This attribute is only valid when using a
tabPanelwithin anavbarPage().
Value
A tab that can be passed to tabsetPanel()
Functions
tabPanel(): Create a tab panel that can be included within atabsetPanel()or anavbarPage().tabPanelBody(): Create a tab panel that drops the title argument. This function should be used withintabsetPanel(type = "hidden"). SeetabsetPanel()for example usage.