# Container/SectionTitle 제목 영역에 사용합니다. ## Props | Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | `direction` | `undefined "horizontal" "vertical"` | No | horizontal | | | `size` | `undefined "small" "medium" "large"` | No | large | | | `caption` | `string | undefined` | No | | | | `title` | `ReactNode` | Yes | | | | `description` | `ReactNode` | No | | | | `textButton` | `ReactNode` | No | | | | `actions` | `ReactNode` | No | | | | `mb` | `CSSValueWithLength | undefined` | No | | |