See My Model Configurator
Overview
See My Model Configurator is a web component package that gives you chance to create configurator with small effort.
Installation
You can download See My Model Configurator script from https://scripts.seemymodel.com/product-configurator-component/latest/index.js To inject it on your page simply include a script tag:
<script
type="module"
src="https://scripts.seemymodel.com/product-configurator-component/latest/index.js"
></script>
As easy as HTML
See My Model Configurator is just HTML elements. You can use them anywhere you can use HTML!
To view a model with configuration possibility from seemymodel.com you need to pass its id as model-access-key
attribute
<see-my-model-configurator
model-access-key="f0a9fb6c374797fd5574fe78"
style="width: 100%;"
>
</see-my-model-configurator>