Progress
Progress displays an indicator showing the completion progress of a task.
Demo
<div x-init x-progress data-valuemin="0" data-valuemax="100" data-valuenow="40" data-valuetext="40%"> <div x-progress:indicator></div></div>
Features
- Provides context for assistive technology to read the progress of a task.
Anatomy
<div x-init x-progress> <div x-progress:indicator></div></div>
Directives
x-progress
RequiredThe root element for the progress bar.
x-progress:indicator
RequiredUsed to show the progress visually.