Dropdown
A dropdown that lists wallets, allows to connect and disconnect
The WalletUiDropdown
is a complete, pre-built component that renders a button for wallet selection. When clicked, it displays a list of detected wallets, allowing users to connect and disconnect.
When a user is connected, the button will display their truncated address.
Usage
import { WalletUiDropdown } from '@wallet-ui/react';
function MyComponent() {
return <WalletUiDropdown />;
}