Components
Progress
Displays an indicator showing the completion progress of a task.
php artisan blatui:add progress
<div class="w-full max-w-sm">
<x-ui.progress :value="60" />
</div>
Components
Displays an indicator showing the completion progress of a task.
<div class="w-full max-w-sm">
<x-ui.progress :value="60" />
</div>