Skip to content

Dropdown

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.

import { WalletUiDropdown } from '@wallet-ui/react';
function MyComponent() {
return <WalletUiDropdown />;
}

Live interactive examples are omitted from this static docs site.