# Component/PanelTabs/PanelTabs

## Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `divider` | `boolean | undefined` | No |  |  |
| `className` | `string | undefined` | No |  |  |
| `activeTabId` | `string | undefined` | No |  |  |
| `onChange` | `((id: string) => void) | undefined` | No |  |  |


## Subcomponents


### PanelTabGroup



#### Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `title` | `ReactNode` | No |  |  |
| `important` | `boolean | undefined` | No |  |  |
| `className` | `string | undefined` | No |  |  |
