%PDF- %PDF-
Direktori : /www/loslex/production/resources/views/components/ |
Current File : /www/loslex/production/resources/views/components/tooltip.blade.php |
<div x-data="{ tooltip: false }" x-on:mouseover="tooltip = true" x-on:mouseleave="tooltip = false" class="inline-flex ml-2"> <span class="text-sm fa-regular fa-circle-question cursor-pointer"></span> <div x-show="tooltip" {!! $attributes->merge(['class' => 'text-sm text-white absolute bg-blue-400 rounded-md p-2 transform translate-y-8 -translate-x-1/2']) !!}> {{$slot}} </div> </div>