ConnectEmbed
ConnectEmbed component renders a UI to connect to various wallets. it renders the same UI as the ConnectWallet component's Modal UI.
This is really useful for Implementing a "Sign in" / "Welcome" page.

You can start writing code with our React Native Connect Embed template.
- To Configure which wallets to show in the - ConnectEmbedUI, you need to configure the- supportedWalletsprop in the- ThirdwebProvidercomponent which wraps your entire application.- To display a - Recommendedtag below a wallet provider, pass in the- recommended: trueproperty in the wallet configurator function.- If - supportedWalletsis not configured in the- ThirdwebProvider, the ConnectWallet Modal show the default wallets:
- Render the - ConnectEmbedcomponent anywhere in your application. Refer to Props to see the configuration options available
