ConnectWallet
ConnectWallet component renders a button which when clicked opens a modal to allow users to connect to wallets specified in the ThirdwebProvider's supportedWallets prop.
If supportedWallets
is not configured in the ThirdwebProvider
, the ConnectWallet Modal shows the below shown default wallets:
![](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fconnect-wallet-hero.8fcc6628.webp&w=3840&q=75)
Usage
Props
Localizing the component
We support localization of our SDK with support for a few languages.
You can pass a locale
prop to our ThirdwebProvider
, see more info in Localizing our UI components.