An open API service indexing awesome lists of open source software.

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 ⚡️

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