-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Description
I'd suggest to add a Stepper component, similar to the component of MDB.
Steppers provide a convenient way of breaking a complex form down to smaller steps.
Benefits:
- Smaller space required (since it uses a collapse-like style)
- Easier to read (since you always just see a part of the whole)
Example:
You have a registration which requires you to fill out a form of 16 input fields which can be overwhelming for a user.
With a stepper you could create 4 steps and group it logically, e. g. contact data, interests etc.
URL: https://mdbootstrap.com/docs/jquery/components/stepper/
Example Screenshots taken from the MDB component page

There is also a similar component in Semantic UI: https://semantic-ui.com/elements/step.html
patrick-hintermayer, mrlife, michigg, septatrix, realrecordzLab and 9 morekowap and tkrotoffseptatrix, mikeletscher, rjoly and ZhangChengLin



