Skip to content

Commit e2840c8

Browse files
Merge pull request #2336 from dxc-technology/jialecl/header-doc
Header new implementation overview documentation
2 parents 1b2a6d5 + ef1dbaf commit e2840c8

File tree

9 files changed

+213
-61
lines changed

9 files changed

+213
-61
lines changed

apps/website/screens/components/header/HeaderPageLayout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ const HeaderPageHeading = ({ children }: { children: ReactNode }) => {
1717
<DxcFlex direction="column" gap="var(--spacing-gap-xl)">
1818
<ComponentHeading name="Header" />
1919
<DxcParagraph>
20-
A horizontal bar located at the top of the application, providing branding, primary navigation, and user
21-
account controls.
20+
The header is a structural component placed at the top of the interface. It provides global access to
21+
navigation, branding, and user actions, ensuring consistency and orientation across products and
22+
applications.
2223
</DxcParagraph>
2324
<DxcParagraph>
2425
The header is part of the application layout, so it can only be used inside of it. Please check the{" "}

apps/website/screens/components/header/overview/HeaderOverviewPage.tsx

Lines changed: 210 additions & 59 deletions
Large diffs are not rendered by default.
-21.3 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
7.9 KB
Loading
14.7 KB
Loading
14.9 KB
Loading

0 commit comments

Comments
 (0)