Modal Dialog

Navigation

An animated modal dialog with backdrop blur, spring scale transition, Escape key handling, scroll lock, and ARIA attributes.

Loading preview...
Customize
Title
Description

Props

PropTypeDefaultDescription
openbooleanWhether the modal is visible.
onClose() => voidCallback fired when the modal should close.
titlestringundefinedOptional heading for the dialog.
descriptionstringundefinedOptional description text below the title.
childrenReact.ReactNodeContent rendered inside the modal body.
classNamestring''Additional CSS classes for the dialog panel.