Progress bar

A progress bar displays the progress of a task or process. The progress bar visually indicates how much of the task is complete. This component helps users track progress in real time.

Example

Example

JSON example

{
    "content": {
        "settings": {},
        "body": [
            {
                "type": "progress_bar",
                "value": 50
            }
        ]
    }
}