wa_tab_panel: Create a 'wa-tab-panel' component

View source: R/wa_tab_panel.R

wa_tab_panelR Documentation

Create a wa-tab-panel component

Description

Generated wrapper for the Web Awesome wa-tab-panel component. Generated from Web Awesome metadata.

Usage

wa_tab_panel(
  ...,
  id = NULL,
  class = NULL,
  style = NULL,
  name = NULL,
  active = NULL,
  dir = NULL,
  lang = NULL
)

Arguments

...

Child content for the component's default slot.

id

Optional DOM id attribute for HTML, CSS, and JS targeting.

class

Optional CSS class string.

style

Optional inline CSS style string.

name

String. Default: "". The tab panel's name.

active

Boolean. Default: FALSE. When TRUE, the tab panel will be shown.

dir

String. Optional Web Awesome attribute.

lang

String. Optional Web Awesome attribute.

Value

An HTML tag for the component.

Shiny Bindings

None.


shiny.webawesome documentation built on April 22, 2026, 1:09 a.m.