Component: Modal

Overlay

Modal

Dialog overlay with focus trap, scroll lock, and Escape-to-close. Controlled by a LiveView assign.

Installation

bash
mix aven_ui.add modal

Confirmation modal

Preview

Notes

Requires the Modal JS hook from AvenUIHooks.

Visibility is controlled entirely by a LiveView boolean assign — use :if={@show_modal}.

The backdrop click and Escape key both push the on_close event to the LiveView.