Get help from the marimo community

Updated last month

Wizard style UI

At a glance

The community member is interested in implementing a wizard-style UI in Marimo, a framework, to guide users through a workflow. They suggest using the carousel layout feature in Marimo, but would like to prevent users from moving on to the next step until a certain task has been completed. A comment suggests that the mo.stop function might be able to achieve this by preventing further slides from being rendered. However, there is no explicitly marked answer in the comments.

Useful resources
I often get asked if Marimo can do a wizard style UI to guide the user through the workflow. I'm thinking the closest it can do is https://docs.marimo.io/api/layouts/carousel.html. But in order to be a true wizard, I would like to prevent the user from moving on until a certain task has been completed (fill in form, press button etc.). Could you add this type of logic to the component?
M
1 comment
you might be able to achieve this with mo.stop, so the further slides dont get rendered
Add a reply
Sign up and join the conversation on Discord