# TabContainer #### Description Custom Tabs menu #### Usage ```js import { TabContainer } from 'asc-web-components'; const array_items = [ { id: "0", title: , content:
}, { id: "1", title: , content:
}, { id: "2", title: , content:
} ]; {array_items} ``` #### Array Items Properties | Props | Type | Required | Values | Default | Description | | ---------- | ----------- | :------: | ----------------------------------------- | ------------ | --------------------- | | `id` | `string` | true | - | - | Index of object array | `title` | `string` | true | - | - | Tabs title | `content` | `object` | true | - | - | Content in Tab #### TabContainer Properties | Props | Type | Required | Values | Default | Description | | ---------- | ----------- | :------: | ----------------------------------------- | ------------ | --------------------- | | `isDisabled` | `boolean` | - | - | - | Disable the TabContainer