ConnectEmbed
The ConnectEmbed
component renders the same modal interface as ConnectEmbed
, enabling a sign-in flow without an overlay. This method is more helpful in implementing full-page sign-in flows.
Install the Connect SDK
On the thirdweb dashboard, navigate to settings to create an API Key to obtain a Client Id.
In your application, initialize and add the
ConnectEmbed
component by passing in your Client Id.Configure the
wallets
property to enable various login options such as email & phone number, socials, and EOAs such as MetaMask or Phantom.Use the default light and dark theme or override the default theme to customize the appearance of the modal.
To fully customize and learn more about the ConnectEmbed
properties, view the full reference.
Example of how to use ConnectEmbed component created in a Next application.