Summary
The DynamicMultiWalletPromptsWidget provides a UI for multi-wallet without it being bundled as part of the DynamicWidget or DynamicUserProfile.This component should not be used with DynamicWidget or DynamicUserProfile.
Example


Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
import {
DynamicContextProvider,
DynamicMultiWalletPromptsWidget,
} from '@dynamic-labs/sdk-react-core';
const App = () => {
return (
<DynamicContextProvider settings={{ environmentId: '<env id>' }}>
<DynamicMultiWalletPromptsWidget />
<Views />
</DynamicContextProvider>
)
}


Was this page helpful?