# Info Drawer Tab component

## Basic usage
Render a tab with label:
```html
Tab1 content
Tab2 content
```
Render tab with icon instead of labels:
```html
Tab1 content
Tab2 content
```

## 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)