Modal Component
"With Inertia Modal, you can easily open any route in a Modal or Slideover without having to change anything about your existing routes or controllers.
Inertia Modal is part of Inertia UI, a suite of packages designed for Laravel, Inertia.js, and Tailwind CSS.
The package comes with two components:
Modal
andModalLink
.ModalLink
is very similar to Inertia's built-inLink
component, but it opens the linked route in a modal instead of a full page load. So, if you have a link that you want to open in a modal, you can simply replaceLink
withModalLink
."
- Supports React and Vue
- Zero backend configuration
- Super simple frontend API
- Support for Base Route / URL
- Modal and slideover support
- Headless support
- Nested/stacked modals support
- Reusable modals
- Multiple sizes and positions
- Reload props in modals
- Easy communication between nested/stacked modals
- Highly configurable
Pascal Baljet
@pascalbaljet