--- title: "Dialog" description: "Native HTML dialog element styled by ASW." type: docs weight: 36 date: 2026-04-11 tags: ["components", "dialog", "modal"] ai-disclosure: "generated" ai-model: "claude-sonnet-4-6" ai-provider: "Anthropic" --- ASW styles the native `` element — no JavaScript modal libraries required. Call `dialog.showModal()` to open it. The `::backdrop` pseudo-element receives a semi-transparent overlay automatically. ## Inline Demo

Dialog title

This is a native <dialog> element. ASW styles the backdrop and container automatically.