Skip to content
Alchemy Logo

Dialog

function Dialog(props): null | ReactPortal;

Defined in: account-kit/react/src/components/dialog/dialog.tsx:28

Dialog component that renders a modal dialog.

ParameterTypeDescription

props

DialogProps

The props for the Dialog component.

null | ReactPortal

The rendered Dialog component.

Was this page helpful?