Documentation
Modal
Dialogs run on Radix primitives wrapped inside `src/components/ui/dialog.tsx`.
Usage
Import the dialog components and nest your own forms or call-to-action content. The password-update dialog in the dashboard is a working example.
Relevant files
src/components/ui/dialog.tsx— Dialog primitivesrc/components/dashboard/password-update-dialog.tsx— Password modal