feat(PageLayout, PageBody): structurele full-page layout container#166
Merged
jeffreylauwers merged 3 commits intomainfrom Apr 17, 2026
Merged
feat(PageLayout, PageBody): structurele full-page layout container#166jeffreylauwers merged 3 commits intomainfrom
jeffreylauwers merged 3 commits intomainfrom
Conversation
Sluit issue #163. Voegt twee nieuwe componenten toe: - `PageLayout`: flex-column wrapper met `min-block-size: 100dvh` voor full-page sticky-footer patroon - `PageBody`: `flex: 1` wrapper die de beschikbare verticale ruimte opvult zodat `PageFooter` altijd onderaan de viewport staat Beide componenten hebben HTML/CSS en React implementaties, tests, en Storybook documentatie (PageLayout). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ewport header Zonder primaryNavigation toonde PageHeader op large viewport alleen het logo zonder navbar. Story nu met horizontale Menu voor het complete beeld. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…default stories Story gebruikt nu dezelfde navigatie (Level 1a-1d, English/Mijn omgeving, zoekveld) en footer-slots (slot1-4) als de default stories van PageHeader en PageFooter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sluit #163.
Summary
PageLayout: flex-column<div>metmin-block-size: 100dvh— de buitenste wrapper voor elke paginaPageBody:flex: 1<div>— vult beschikbare verticale ruimte zodatPageFooteraltijd onderaan de viewport staatBeide componenten zijn CSS-only structuurlagen zonder design tokens.
PageLayoutheeft Storybook documentatie (.stories.tsx,.docs.mdx,.docs.md) met een Default story dieSkipLink+PageHeader+PageBody+PageFootercombineert.Test plan
pnpm test)pnpm --filter storybook exec tsc --noEmit)pnpm lint)packages/components-react/src/index.ts🤖 Generated with Claude Code