Lay out what sits over the 3D, and add your own images and buttons.
The embed page gives you a handful of positions for each thing that sits over the 3D: your logo goes in one of four corners, the type switcher on one of the edges, the View in your space button in one of six places. That covers most product pages.
UI Builder replaces those choices with a layout you draw yourself. You drag each element where you want it, you can take any of them off entirely, and you can add your own pictures and your own buttons on top.
It is a paid feature. If it is not on your plan the entry point is still on the embed page, greyed out, saying so.
Each individual control also offers it. Beside your logo's five corner buttons there is a sixth option that takes you straight to the builder with the logo already selected, which is usually the quickest way in.
An element is pinned to one of eight anchors — the four corners, the middle of each edge — and given an offset from it. You cannot put something at an arbitrary point, and that is deliberate.
The same embed is a full-width banner on a desktop product page and a small card on a phone. A position stored as 780 across and 120 down is in the middle of one and off the edge of the other. Stored as 16 in from the top right it is sixteen pixels in from the top right of both. What you lay out is what every visitor sees, on every screen.
The offsets are measured after the type switcher has taken its share of the edge, so something anchored to the bottom sits clear of a bottom bar rather than on top of it.
There is no centre-centre anchor. The middle of the frame is where the model is.
| Element | What it does |
|---|---|
| Your logo | The image from your branding settings. Needs one uploaded, or there is nothing to place. |
| Type switcher | The pills or rail a visitor picks a variant with. |
| Type name | The name of the variant being shown. |
| View in your space | The augmented reality button. |
Each one has three answers, not two:
Placing an element starts it exactly where it already was, so nothing jumps when you hand it over.
The type switcher is different. It is a bar along an edge or a rail down a side, with all the space that implies, so an anchor picks one of those arrangements rather than a free position — and it takes no offset. The numbered stepper is not one of the eight; if you want that, leave the switcher to the embed page.
Up to twelve, in any combination. They are painted in the order they appear in the list, so move one down the list to bring it in front of the others — that is what the arrows beside each one are for.
Add an image uploads a PNG, JPEG or WebP under 8 MB, or takes one you have already uploaded — it is the same library your materials use, so a badge you add here can be used on a finish, and the other way round. SVG is not accepted. Give it a description: it is read aloud in place of the picture, and empty is right for a flourish and wrong for anything carrying words.
Add a button gives you four things:
https only. Leave it empty for a button that only tells your page it was pressed; a link would take the visitor away from the model. A button with a link opens it in a new tab.Both take a Size between 50% and 200%. The anchor stays put as it grows, so something in a corner grows into the frame rather than off it.
Every button posts a message to the page the embed sits on when it is pressed, whether or not it has a link. That is what lets a button add to your own basket or open your own quote form without navigating away from the product.
The message is always these four fields:
`` { source: "vue-embed", type: "button", id: "buy-now", label: "Buy now" } ``
The id is suggested from what the button says — Request a quote becomes request-a-quote — and you can change it. Two buttons cannot share one, because the id is the whole of what your website matches on.
The builder shows the exact listener your developer needs, with your button's id already in it, and a Copy button beside it. Two things to tell them:
source is vue-embed first, so the handler only answers messages from the model;This message is a published contract. Its shape will not change once you have written code against it.
Clear this layout puts every element back where the embed page put it. It is not a way to hide things — an embed with no layout shows exactly what it showed before UI Builder existed. Your own images and buttons come off with it, though the pictures themselves stay in your library.
If UI Builder leaves your plan, nothing on your website breaks. Your embeds go back to the controls on the embed page, and your layout is kept rather than deleted — it returns if the feature does. You cannot save changes to it in the meantime, and you can still clear it.
Related: Embeds and the viewer, Branding and white-labelling, Types and the configurator.