# 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<IconProps> | undefined` | No |  |  |
| `action` | `ReactNode` | No |  |  |
