akaunting/resources/views/components/marguee-text.blade.php
2022-10-17 12:05:03 +03:00

8 lines
132 B
PHP

<div class="flex lg:block truncate">
<div
@class([ $width ])
data-truncate
>
{!! $slot !!}
</div>
</div>