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>