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.
Get started
Install
Install the Connect SDK
Obtain Client Id
On the thirdweb dashboard, navigate to settings to create an API Key to obtain a Client Id.
Add ConnectEmbed component
In your application, initialize and add the
ConnectEmbed
component by passing in your Client Id.Configure login options
Configure the
wallets
property to enable various login options such as email & phone number, socials, and EOAs such as MetaMask or Phantom.Customize theme
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.