1 - Add the component to your screen or block;
2 - Set Input parameters
- ProgressColor - color of the progress. Can be hexadecimal or html text color. Default: "#00FF00";
- HoldTimeSeconds - Value in seconds to finish the progress bar. Default 3 seconds;
- ExtendedClass - Add custom style classes to the Pattern.
3 - Configure the event (OnComplete):
- Hook into the OnComplete event in your logic flow.
- Example: show a confirmation message, call an API, or navigate to another screen.
- ProgressColor - color of the progress. Can be hexadecimal or html text color. Default: "#00FF00".