Home > General Components > TabItem

TabItem

@wq/material’s <TabItem/> component is used to specify an individual member of a TabGroup. The children passed to TabItem will only be rendered if the tab is active.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

  • TabItem.js (@wq/material-web)
  • TabItem.js (@wq/material-native)