modal icon indicating copy to clipboard operation
modal copied to clipboard

Livewire component that provides you with a modal that supports multiple child modals while maintaining state.

Results 23 modal issues
Sort by recently updated
recently updated
newest added

I have a modal component and this works as expected everywhere, when i run the below code inside the callback from the confirmation modal the modal seems to open, as...

Hi, I have a similar problem as in [this](https://github.com/wire-elements/modal/issues/368) discussion. I'm not sure if it's related to wire:navigate, but the steps to reproduce are pretty much the same: 1. Open...

Use this in your app.css instead: ``` @import 'tailwindcss'; @source inline("{sm:,md:,lg:,xl:,2xl:,}max-w-{sm,md,lg,xl,2xl,3xl,4xl,5xl,6xl,7xl}"); /* Add this */ ```