Skip to content

Dialog

Dialog component that renders a modal dialog.

Import

import { Dialog } from "@account-kit/react";

Parameters

props

DialogProps

  • The props for the Dialog component.

Returns

JSX.Element | null The rendered Dialog component.