-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
Description
Describe your motivation
Currently, we are lacking a component for building complex forms with multitple steps, known as "stepper" or "funnel".
We abuse vaadin-accordion
for that in this example and there now is an issue to simplify it, as it isn't quite a good fit.
Describe the solution you'd like
Create a vaadin-stepper
web component for building form UIs like this one:
The screenshot is from a Polymer / Angular based SaaS product built by @OWOX where I worked before joining Vaadin.
You can see it in action at https://bi.owox.com - just start a trial and then choose "Import data" to create a pipeline.
Additional context
Reference examples:
- MUI React Stepper: https://mui.com/material-ui/react-stepper/
- Vaadin 14 add-on: https://github.com/mLottmann/VStepper
lkraav, OlliTietavainenVaadin, knoobie, svasic, Avec112 and 8 more