This component displays animated progress to visually indicate how much of a task has been completed. The smooth animation enhances user experience by dynamically showing progress updates in real time. Ideal for use cases like file uploads, form steps, loading states, or background task tracking.
Import the component into your project.
Pass a progress prop (a number from 0 to 100) to indicate the current completion percentage.
progress
The progress bar will animate smoothly from its current state to the updated value.