convert to view component
This commit is contained in:
5
resources/views/components/marguee-text.blade.php
Normal file
5
resources/views/components/marguee-text.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="flex lg:block truncate">
|
||||
<div data-truncate>
|
||||
{!! $slot !!}
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user