Accepts React children, enabling the use of custom elements, styled text, icons, and complex components.
This allows for diverse customizations, including complex layouts and conditional rendering based on your app’s state.
Copy
Ask AI
// @noErrors: 2322 - type 'Element' is not assignable to type 'string'import { WalletDropdownLink,} from '@coinbase/onchainkit/wallet';// ---cut-before---// omitted for brevity<WalletDropdownLink icon="wallet" href="https://keys.coinbase.com"> <span className="font-bold italic">Profile</span> <span> 🔵 </span></WalletDropdownLink>