Version v3 Documentation
You are viewing documentation for an older version.
View latest (v4) documentation →
Dialog
A headless dialog primitive for building modals with focus trapping and accessibility.
Basic
A simple dialog with title and description. The
Dialog primitive handles focus trapping, Escape key dismissal, and overlay click out of the box.
Loading example…
Controlled
Control the dialog state externally using
@bind-Open. The parent component manages the Open parameter and receives updates via OpenChanged.
Loading example…
Anatomy
Loading example…