# Container/SectionTitle

## Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `direction` | `undefined "horizontal" "vertical"` | No | horizontal |  |
| `size` | `undefined "medium" "small" "large"` | No | large |  |
| `caption` | `string | undefined` | No |  |  |
| `title` | `ReactNode` | Yes |  |  |
| `description` | `ReactNode` | No |  |  |
| `textButton` | `ReactNode` | No |  |  |
| `actions` | `ReactNode` | No |  |  |
| `mb` | `CSSValueWithLength | undefined` | No |  |  |
