This is a demonstration of the Velocorner widget. The widget below is loaded from the built files and displays bike products from the Velocorner catalog.
Option 1 — custom element (recommended):
<script src="./velocorner-widget.iife.js"></script>
<velocorner-widget api-key="your-api-key" locale="en"></velocorner-widget>
Option 2 — div-based fallback (for site builders that block custom tags, e.g. Jimdo):
<div data-api-key="your-api-key" data-locale="en"></div>
<script src="./velocorner-widget.iife.js"></script>
The widget accepts the following attributes:
api-key / data-api-key - Your API key for accessing the Velocorner cataloglocale / data-locale - Language locale (e.g. en, de)