Modal
Modal component.
Modal, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->modal() ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUI
TallStackUi
Applicable only on desktop devices.
TallStackUi
Applicable only on desktop devices.
TallStackUi
An option to prevent the closing when click outside.
TallStackUi
Make sure to provide some way to close the modal when using this option, such as a button within the modal.
An option to control the modal via Livewire.
TallStackUI
Customize which property to use to control the modal via Livewire.
TallStackUI
Helpers to open and close the modal using AlpineJS.
<x-modal id="modal-id"> TallStackUi</x-modal> <x-button x-on:click="$modalOpen('modal-id')"> Open</x-button> <x-button x-on:click="$modalClose('modal-id')"> Close</x-button>
An option to listen event when the modal is opening or closing.