# Component/PanelTabs/PanelTabGroup

## Props


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


## Subcomponents


### PanelTab



#### Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `id` | `string` | Yes |  |  |
| `onClick` | `((id: string) => void) | undefined` | No |  |  |
| `title` | `string` | Yes |  |  |
| `number` | `number` | Yes |  |  |
| `suffix` | `string` | Yes |  |  |
| `helperIcon` | `((icon: ReactNode) => Element) | undefined` | No |  |  |
| `highlight` | `boolean | undefined` | No |  |  |
| `caption` | `string | undefined` | No |  |  |
| `disabled` | `boolean | undefined` | No |  |  |
| `locale` | `undefined "ko-KR" "en-US"` | No | ko-KR |  |
