# Container/PageHeader 페이지의 최상단 제목 영역에 사용합니다. ## Props | Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | `dense` | `boolean | undefined` | No | false | | | `border` | `boolean | undefined` | No | true | | | `sectionTitleProps` | `SectionTitleProps | undefined` | No | | [sectionTitleProps](https://storybook.kakaostyle.in/master/pds/?path=/docs/container-sectiontitle--docs) - PageHeader내 SectionTitle 주입이 필요할 경우 SectionTitle Props 정보를 전달하면 children 요소로써 자동 생성됩니다. - SectionTitle의 안전 여백은 PageHeader에서 사용시 자동 0으로 세팅되며, 필요시 SectionTitleProps에서 재정의할 수 있습니다. | | `breadcrumbProps` | `BreadcrumbProps | undefined` | No | | |