页面 · Laravilt
Dialog
The Dialog primitive for modal windows.
For confirmations and forms that run server-side logic, prefer a PHP action with ->requiresConfirmation() or a modal form. Use this primitive for purely client-side modals in your own pages.
Import
typescript
Usage
vue
tsx
Controlled
vue
tsx
Vue also exports DialogScrollContent for long content that scrolls with the overlay.