Options
Options for the Wander Connect SDK
import { WanderEmbedded } from "@wanderapp/embed-sdk";
// Initialize Wander Connect:
const wander = new WanderConnect({
clientId: "FREE_TRIAL",
theme: "dark",
iframe: {
layout: {
type: "popup",
position: "bottom-left",
}
},
button: {
position: "bottom-left",
label: true,
},
onAuth: () => handleAuth,
});Iframe Customization Options
Iframe Layout
Button Customization Options
Button Positioning
Using Predefined Positions
Using a Parent Element
Using Custom Styles
Using External CSS
Last updated
Was this helpful?