https://github.com/christopherhaws/prototype-tanstack-mantine-stepper
Created with StackBlitz ⚡️
https://github.com/christopherhaws/prototype-tanstack-mantine-stepper
Last synced: 12 months ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/christopherhaws/prototype-tanstack-mantine-stepper
- Owner: ChristopherHaws
- Created: 2024-05-22T21:26:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:49:50.000Z (almost 2 years ago)
- Last Synced: 2025-06-18T06:58:37.354Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/tanstack-router-eo57c7
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example
To run this example:
- `pnpm install`
- `pnpm dev`
# TODO
- [ ] Fix `` not getting the current step number
- Can `staticData` be used the simplify this? How can I propegate child route data to a parent route?
- Should we use `matches` for this? Similar to how the docs show breadcrumbs.
- [ ] Figure out a way to prevent users from navigating to a step if any of the prior steps are incomplete or invalid
- Should we use `staticData` or `matches` for this somehow?
- [ ] Figure out how to move the `Back` and `Next` buttons into the `steps.tsx` layout instead of being in every route