Skip to content
On this page

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.

AttributeDescription
data-contact-urlURL to be used for contact buttons
data-contact-emailE-Mail to be used for contact links
html
<div id="psa" data-contact-url="https://..." data-contact-email="info@..."></div>