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 />;}| Name | Type | Default |
|---|---|---|
buttonProps | BaseButtonProps | {} |
Example
Section titled “Example”Live interactive examples are omitted from this static docs site.