Dialog

1function Dialog(props): null | ReactPortal;

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

Dialog component that renders a modal dialog.

Parameters

ParameterTypeDescription

props

DialogProps

The props for the Dialog component.

Returns

null | ReactPortal

The rendered Dialog component.