UI Prototype · Progress Bar
A simple progress bar component.
Progress Bar execute independently
This is a simple progress bar component that shows the progress of an operation.
Progress Bar execute one after another
Wait for the animation to complete before adding a new one.
Progress Bar execute in a sequence, only 3 progress bars at a time
Wait for the animation to complete before adding a new one.
Progress Bar execute in a sequence, only 3 progress bars at a time
{
"isProgressing": false,
"progression": [
0
]
}