Custom UI
Custom UI for the Wander Connect Embedded Wallet
Providing a custom iframe
iframeconst wander = new WanderConnect({
iframe: document.getElementById("wander-iframe"),
});Disabling the default injected button
buttonconst wander = new WanderConnect({
button: false,
});Last updated
Was this helpful?