Setup Guide

The Progress Badge component is unusual in that it doesn’t belong to a separate Flow on its own — it exists to remind a user where they left off in an existing Flow, and to help get them jump back in and complete it.

Code

React Component Props

flowId

flowId: string

The Flow ID to render. You can find the Flow ID in the Frigade dashboard.


title

title: string

Override the title displayed on the ProgressBadge. Defaults to the title of the associated Flow, or the title of that Flow’s first Step.