Skip to main content

Documentation Index

Fetch the complete documentation index at: https://engage-docs.frigade.com/llms.txt

Use this file to discover all available pages before exploring further.

About this component

The Progress Badge component is unlike other components in that it doesn’t have its own Flow. It exists to remind a user where they left off in an existing Flow (e.g. Checklist), and to help get them jump back in and complete it.

Demo

  • See progress badges in action in our live demo

Installation

import * as Frigade from '@frigade/react';

const App = () => {
  return (
    <Frigade.ProgressBadge flowId="my-flow-id" />
  );
};

Customization

To learn about how to customize Frigade components, see the customization documentation and examples of custom themes in action.

SDK Properties