Progress
A Progress element will automatically track and show user progress as they progress through the form.
Last updated
Was this helpful?
A Progress element will automatically track and show user progress as they progress through the form.
The Progress element displays the user's progress through a multi-step form. This can be displayed as either a bar or a stepper, depending on how you want to visualize the progress.

As a progress bar, the element will display a percentage indicating how much of the form has been completed. The percentage defaults to defaults to an automatic value based on the user's progress, but it can also be manually set in the Properties tab to a custom value.

As a stepper, the element will display a set of connected steps as well as the current active step. Previous steps are clickable, allowing the user to navigate backwards through the form.
Stepper elements across steps can be linked to each other, so you can maintain a single set of steps and labels across your entire form.

Aside from standard element styles, a set of progress-specific styles are available as well. You may configure the color of the progress element, if the text is shown or aligned, and the direction of the progress element - does it span horizontally or vertically.

The Feathery SDK and API reference progress bar components with type equal to progress_bar
Last updated
Was this helpful?
Was this helpful?