ConnectButton
ConnectButton component renders a <button> which when clicked opens a modal and allows users to connect to various wallets. It is extremely customizable and very easy to use.

Usage
Configure wallets in ThirdwebProvider
To Configure which wallets to show in the ConnectButton Modal, configure the
walletsprop in theThirdwebProvidercomponent which wraps your entire application.To display a
Recommendedtag below a wallet provider, pass in therecommended: trueproperty in the wallet configurator function.If
walletsis not configured in theThirdwebProvider, the ConnectButton Modal shows the default wallets:Configure ConnectButton
Render the
ConnectButtoncomponent anywhere in your application. Refer to Props to see the configuration options available