Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 447 Bytes

File metadata and controls

19 lines (14 loc) · 447 Bytes
title AuthModal
description Overview of the AuthModal method
slug wallets/reference/alchemy/react/components/AuthModal

Renders the Auth Modal component. Must be rendered within an AlchemyUiProvider. To customize this modal, use the ui prop of the AlchemyUiProvider.

Import

import { AuthModal } from "@alchemy/react";

Returns

React.JSX.Element The rendered Auth Modal component.