Floating UI
Vectary configurators can be enhanced with a Floating UI (FUI for short), with the ability to customize different parts displayed (text, images, links, etc)
A configurator is, at a base level, just a model that contains any number of Variants and/or Materials.
Example
Here’s an example which loads a configurator and uses the API to:
Listen to changes in the configurator.
Load/save changes into the
local storage
of the user.If a configuration has been saved, it will attempt to load it.
Get configuration state
Set configuration state
Last updated