Skip to main content

ConnectWallet variable

This feature is currently in beta and may change based on feedback that we receive.

A component that allows the user to connect their wallet.

The button has to be wrapped in a ThirdwebProvider in order to function.

Example

import { ConnectWallet } from '@thirdweb-dev/react';

const App = () => {
return (
<div>
<ConnectWallet />
</div>
)
}

Signature:

ConnectWallet: React.FC<ConnectWalletProps>