For the complete documentation index, see llms.txt. This page is also available as Markdown.

Progress

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.

Bar

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.

Stepper

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.

Styles

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.

For Developers

The Feathery SDK and API reference progress bar components with type equal to progress_bar

Last updated

Was this helpful?