1f6df801bSDerick Montague# Page section
2f6df801bSDerick Montague
349287562SDerick MontagueThe `<page-section>` component will render semantic HTML. By adding a
449287562SDerick Montague`:section-title` prop to the `<page-section>` component, the localized text
549287562SDerick Montaguestring will be rendered in an `h2` header element.
6f6df801bSDerick Montague
7f6df801bSDerick Montague```vue
8f6df801bSDerick Montague// Example: `src/views/AccessControl/Ldap/Ldap.vue`
9*6236b11bSGunnar Mills<page-section :section-title="$t('pageLdap.settings')"></page-section>
10f6df801bSDerick Montague```
11f6df801bSDerick Montague
127385e139SPatrick Williams[View the page section component source code](https://github.com/openbmc/webui-vue/blob/master/src/components/Global/PageSection.vue).
13