| wa_tab_group | R Documentation |
wa-tab-group componentGenerated wrapper for the Web Awesome wa-tab-group component. When
used as a Shiny input, input$<input_id> reflects the component's
current semantic active state. The Shiny value is returned as a
character string.
Generated from Web Awesome metadata.
wa_tab_group(
input_id,
...,
class = NULL,
style = NULL,
activation = NULL,
active = NULL,
dir = NULL,
lang = NULL,
placement = NULL,
without_scroll_controls = NULL,
nav = NULL
)
input_id |
Shiny input id for the component. This is also used as
the rendered DOM |
... |
Child content for the component's default slot. |
class |
Optional CSS class string. |
style |
Optional inline CSS style string. |
activation |
Enumerated string. Allowed values: |
active |
String. Default: |
dir |
String. Optional Web Awesome attribute. |
lang |
String. Optional Web Awesome attribute. |
placement |
Enumerated string. Allowed values: |
without_scroll_controls |
Boolean. Default: |
nav |
Used for grouping tabs in the tab group. Must be |
An HTML tag for the component.
input$<input_id> reflects the component's current semantic active
state. The Shiny value is returned as a character string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.