Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions apps/website/screens/components/header/HeaderPageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ const HeaderPageHeading = ({ children }: { children: ReactNode }) => {
<DxcFlex direction="column" gap="var(--spacing-gap-xl)">
<ComponentHeading name="Header" />
<DxcParagraph>
A horizontal bar located at the top of the application, providing branding, primary navigation, and user
account controls.
The header is a structural component placed at the top of the interface. It provides global access to
navigation, branding, and user actions, ensuring consistency and orientation across products and
applications.
</DxcParagraph>
<DxcParagraph>
The header is part of the application layout, so it can only be used inside of it. Please check the{" "}
Expand Down
269 changes: 210 additions & 59 deletions apps/website/screens/components/header/overview/HeaderOverviewPage.tsx

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.