Used as child arguments inside glassTabsUI(). Each call defines one tab
button and its associated content pane.
Arguments
- value
A unique string identifier for this tab (e.g.
"A").- label
The text shown on the tab button.
- ...
UI elements for the pane content.
- icon
Optional icon shown to the left of the tab label. Accepts any htmltools-compatible tag, e.g.
shiny::icon("table")orfontawesome::fa("house"). PassNULL(default) for no icon.- selected
Logical. Whether this tab starts selected. Only the first
selected = TRUEtab takes effect; defaults toFALSE.
Value
A list of class "glassTabPanel" consumed by glassTabsUI().