laravel-popper icon indicating copy to clipboard operation
laravel-popper copied to clipboard

A simple and easy to use package that generates tooltips in your Laravel views.

Results 6 laravel-popper issues
Sort by recently updated
recently updated
newest added

Config is currently based on: ``` 'cdn' => 'https://unpkg.com/popper.js@1', 'cdn' => 'https://unpkg.com/tippy.js@4', ``` Available are: ``` 'cdn' => 'https://unpkg.com/@popperjs/core@2', 'cdn' => 'https://unpkg.com/tippy.js@6', ``` But neither seem to work with `laravel-popper`....

in development

I have a table with icons in a td. I have wrapped an svg icon with the Popper tag. The tooltip is only visible on the first row in the...

I want to use laravel-popper to show a card with certain information. Due to the fact that my card information, which should be displayed when hovering, has many HTML tags....

In laravel livewire 3, wire:navigate doesn't work if I include the @include('popper::assets')

It goes away when using livewire pagination. Is there a solution to this ?

Hello I have a livewire page with filters and it loops items on the page. Everything works fine but when I change filters and the items change, popper will not...