feat(apollo-vertex): customizable form wizard chrome [AGVSOL-4703]#914
Draft
frankkluijtmans wants to merge 2 commits into
Draft
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 14, 2026 12:25
1ea8024 to
c1170ac
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 14, 2026 12:26
837c56d to
2c9c449
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
2 times, most recently
from
July 14, 2026 12:44
54049f3 to
68467f4
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 14, 2026 12:45
2c9c449 to
d6dfd31
Compare
Contributor
Dependency License Review
License distribution
Excluded packages
|
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 14, 2026 12:51
68467f4 to
7d8a602
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 14, 2026 12:52
d6dfd31 to
c526b1a
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 14, 2026 13:03
7d8a602 to
0a5b6c3
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 14, 2026 13:03
c526b1a to
9326508
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 14, 2026 13:12
0a5b6c3 to
117c0e7
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 14, 2026 13:13
9326508 to
d7b9c62
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 14, 2026 13:23
117c0e7 to
7120b32
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 14, 2026 13:24
d7b9c62 to
9fd9008
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
2 times, most recently
from
July 14, 2026 13:32
5bb5556 to
bb605f6
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 14, 2026 13:32
9fd9008 to
9d7099d
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 14, 2026 13:52
bb605f6 to
7b50908
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 14, 2026 13:52
9d7099d to
8e4caab
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 17, 2026 13:12
7b50908 to
fa62b41
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 17, 2026 13:17
8e4caab to
d768eb0
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 17, 2026 13:18
fa62b41 to
7a4bb5c
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 17, 2026 13:19
d768eb0 to
c579af0
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 17, 2026 14:38
7a4bb5c to
dc2c00f
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 17, 2026 14:38
c579af0 to
6a8f36e
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 17, 2026 15:05
dc2c00f to
656319e
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 17, 2026 15:06
6a8f36e to
149a7bc
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-vertex
branch
from
July 17, 2026 15:11
656319e to
546c037
Compare
frankkluijtmans
force-pushed
the
frankkluijtmans/wizard-forms-customization
branch
from
July 17, 2026 15:11
149a7bc to
ec791b5
Compare
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.
Stacked on #906. Gives consumers design freedom over the wizard chrome without forking its logic, across three levels.
FormWizardStepsnow takes a render-prop child so each step's markup can be customized while step and state wiring stay intact, andFormWizardNavis decomposed into reusableFormWizardBackButton/FormWizardNextButtonparts that forward allButtonprops. For full control, the documenteduseFormWizardContext()path lets you rebuild the stepper and nav entirely (new headless demo shows a custom progress bar and buttons with no Stepper). Includes a "Customizing the design" docs section; typecheck, lint, format, and registry build all pass.👨 Generated with Kluijt Code