-
Hi, I'm starting working on a Wizard-like UI integrated in our CxJs front-end. React has a number of wizard related packages (e.g. react-step-wizard, react-multistep) which manages state, navigation and UI rendering of wizards (the latter with debatable levels of success, imho). Does someone knows whether packages of these kind do exist fo CxJs (I couldn't find any). Kind regards E. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'm pretty sure there are none. We implemented wizards in a few projects. Maybe we can provide an example. Are you looking for some specific functionality? |
Beta Was this translation helpful? Give feedback.
-
Here is a simple wizard that can be used as a starting point - https://codesandbox.io/s/bold-waterfall-3tl4u?file=/app/routes/default/wizard/index.js Once you fill in the form, you can go to the next step... |
Beta Was this translation helpful? Give feedback.
Here is a simple wizard that can be used as a starting point - https://codesandbox.io/s/bold-waterfall-3tl4u?file=/app/routes/default/wizard/index.js
Once you fill in the form, you can go to the next step...