Skip to content

Cluster Dropdown

The WalletUiClusterDropdown is a pre-built component that allows users to switch between the Solana clusters you have configured in the WalletUi provider.

The dropdown will automatically be populated with the clusters you provide.

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

Live interactive examples are omitted from this static docs site.