---
title: "alert-dialog"
description: "Modal that interrupts the user and waits for a deliberate response."
category: "Overlays"
---
# alert-dialog
Modal that interrupts the user and waits for a deliberate response.
## Installation
```bash
php artisan ui:add alert-dialog
```
## Dependencies
- composer: `gehrisandro/tailwind-merge-laravel`
## Usage
```blade