Dialog
Accessible modal state with focus trap, scroll-lock hooks, and ARIA helpers.
Store$store.dialog
Read Documentation@ailuracode/alpine-dialog
Dialog
$store.dialogAccessible modal state with focus trap, scroll-lock hooks, and ARIA helpers.
Basic modal
Open state:
Settings
Escape, overlay click, or the button below closes this dialog. Focus is trapped inside.
Keyboard & accessibility
- Escape closes when
closeOnEscapeis enabled - Scroll lock wired in the demo via
onOpen/onClose+$store.scroll - The unlock is deferred 200ms to wait for the leave transition
dialogProps()setsrole="dialog",aria-modal, labelled/describedby
Snippet
$store.dialog.open('settings')
$store.dialog.close('settings')
$store.dialog.dialogProps('settings')Package: @ailuracode/alpine-dialog