# Container/State 오류, 비어있음, 로딩 등의 상태를 표시할 때 사용합니다. ## Props | Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | `kind` | `undefined "loading" "warning" "empty"` | No | | | | `size` | `undefined 20 40 32` | No | 20 | default: 20 | | `title` | `ReactNode` | No | | | | `description` | `ReactNode` | Yes | | | | `icon` | `ComponentType | undefined` | No | | | | `action` | `ReactNode` | No | | |