# Info Drawer Tab component ![Info drawer screenshot](../docassets/images/label-tab.png) ## Basic usage Render a tab with label: ```html
Tab1 content
Tab2 content
``` Render tab with icon instead of labels: ```html
Tab1 content
Tab2 content
``` ![Info drawer screenshot](../docassets/images/icon-tab.png) ## Class members ### Properties | Name | Type | Default value | Description | | ---- | ---- | ------------- | ----------- | | label | `string` | '' | Tab label. | | icon | `string` | null | The material design icon. | ## See also - [Info drawer layout component](info-drawer.component.md)