Learn R Programming

muiMaterial (version 0.1.2)

TabList: TabList

Description

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

Usage

TabList(...)

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

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

TabList(...)

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

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

Value

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

Arguments

...

Props to pass to the component.

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.