> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-rn-guide-message-privately.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TabItem

> TabItem — CometChat documentation.

`CometChatTabItem` is a pre-defined structure for creating a tab item that can be part of tabbed interface.

## Structure of a TabItem

| Name      | Type                                     | Description                                                         |
| --------- | ---------------------------------------- | ------------------------------------------------------------------- |
| id        | string                                   | Identifier for the tab                                              |
| title     | string                                   | Heading text for the tab                                            |
| iconURL   | string                                   | Asset URL for the icon to symbolize a tab                           |
| isActive  | boolean                                  | When set to true, represents the active state of the tab            |
| childView | any                                      | User-defined view to be displayed when clicks on the particular tab |
| style     | [TabItemStyle](/web-shared/tabitemstyle) | Styling properties and values of each tab item                      |
