Download the PHP package sagor110090/livewire-modal without Composer
On this page you can find all versions of the php package sagor110090/livewire-modal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sagor110090/livewire-modal
More information about sagor110090/livewire-modal
Files in sagor110090/livewire-modal
Package livewire-modal
Short Description This Laravel Livewire package simplifies the implementation of dynamic, responsive modals in your web applications. With a focus on seamless integration and flexibility, this package allows developers to easily create and manage modals without the need for JavaScript or additional front-end dependencies. Featuring out-of-the-box support for multiple modal instances, dynamic content, and customizable design options, it’s perfect for crafting modern, interactive interfaces. Whether you need confirmation dialogs, form modals, or notification pop-ups, this package delivers a clean, reusable solution for your Livewire-powered applications.
License MIT
Homepage https://github.com/sagor110090/livewire-modal
Informations about the package livewire-modal
Laravel Livewire Modal Package
A simple and flexible Laravel Livewire modal package that works seamlessly with any design framework like Bootstrap, Tailwind CSS, or even custom styles. This package allows you to quickly integrate modals into your Livewire projects without being tied to specific CSS libraries.
Features
- Framework-Agnostic: Use with Bootstrap, Tailwind CSS, or custom designs.
- Dynamic Modals: Open and close modals using Livewire events.
- Customizable: Easily style your modals with your preferred CSS.
Installation
You can install the package via Composer:
Setup
Add the following to your app.blade.php
layout to enable modals throughout your application:
Include the required JavaScript and CSS files in your resources/js/app.js
:
Usage
Opening a Modal
To open a modal, you can dispatch a Livewire event from any button or action:
- component: The name of the Livewire component you want to load.
- data: The data you want to pass to the component (e.g., user ID).
Closing a Modal
To close a modal, simply dispatch the close event:
Sample Livewire Component
Here’s an example of a Livewire component you might use with this package:
Blade View Example
The modal content is fully customizable within your Livewire component's view file:
You can use any CSS framework or custom styles in this view file. The package does not impose any specific design restrictions.
Example Styles
You can design the modal with any framework. Below is an example using Tailwind CSS:
Alternatively, use Bootstrap or any other CSS framework.
Why Use This Package?
- Flexibility: Unlike many modal packages, this one doesn't enforce a specific CSS framework, giving you full control over your design.
- Ease of Use: Simple to implement with just a few Livewire events.
- Dynamic Data Handling: Pass data seamlessly to your modals, making them fully dynamic.
SEO Considerations
This Laravel Livewire modal package is designed to be lightweight and versatile, providing developers with an easy way to implement customizable modals across different design frameworks. Whether you're using Bootstrap, Tailwind CSS, or custom styles, this package adapts to your needs without locking you into specific CSS libraries. Enhance your Laravel projects with a modular and framework-agnostic approach to modals.
Support
For any issues or feature requests, feel free to open an issue.
License
This package is open-source software licensed under the MIT license.
All versions of livewire-modal with dependencies
laravel/framework Version ^8.0|^9.0|^10.0|^11.0
livewire/livewire Version ^3.0