Appearance
Getting started
To include the product selector in your web application, you can use the following snippet.
Add it to your page
UMD
html
<script href="cdn-url/product-selector.umd.cjs"></script>
<div id="psa"></div>
Define settings
The following settings are optional and set via data-attribute on the app element itself.
Attribute | Description |
---|---|
data-contact-url | URL to be used for contact buttons |
data-contact-email | E-Mail to be used for contact links |
html
<div id="psa" data-contact-url="https://..." data-contact-email="info@..."></div>