pianello-api/resources/views/components/base/progress/bar/index.blade.php

7 lines
228 B
PHP
Raw Normal View History

<div
data-tw-merge
{{ $attributes->class(['bg-primary h-full rounded text-xs text-white flex justify-center items-center'])->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
>
{{ $slot }}
</div>