TabList: TabList

TabListR Documentation

TabList

Description

https://mui.com/material-ui/api/tab-list/

Usage

TabList(...)

TabList.shinyInput(inputId, ..., value = defaultValue)

updateTabList.shinyInput(
  session = shiny::getDefaultReactiveDomain(),
  inputId,
  ...
)

TabList.static(...)

Arguments

...

Child Tab elements and other props.

inputId

ID of the component.

value

Starting value.

session

Object passed as the 'session' argument to Shiny server.

Details

  • children node
    Default is NA A list of Tab / elements.

Value

Object with shiny.tag class suitable for use in the UI of a Shiny app.

Note

TabList is part of @mui/lab, which is published on the MUI beta channel. Lab APIs may change in future minor releases.


muiMaterial documentation built on July 4, 2026, 1:06 a.m.