Optional
connected?: (() => JSX.Element)A custom component to render when the wallet is connected. If left undefined, it uses Thirdweb's ConnectButton
.
Optional
connecting?: (() => JSX.Element)A custom component to render when the wallet is connecting.
Optional
disconnected?: (() => JSX.Element)A custom component to render when the wallet is disconnected.
Optional
theme?: ThemeThe theme to use for the Thirdweb ConnectButton
.
Props for the
WalletConnection
component.