| TabList | R Documentation |
https://mui.com/material-ui/api/tab-list/
TabList(...)
TabList.shinyInput(inputId, ..., value = defaultValue)
updateTabList.shinyInput(
session = shiny::getDefaultReactiveDomain(),
inputId,
...
)
TabList.static(...)
... |
Child |
inputId |
ID of the component. |
value |
Starting value. |
session |
Object passed as the 'session' argument to Shiny server. |
children node
Default is NA A list of Tab / elements.
Object with shiny.tag class suitable for use in the UI of a Shiny app.
TabList is part of @mui/lab,
which is published on the MUI beta channel. Lab APIs may change in future minor
releases.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.