# Component/PanelTabs/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 |  |
