Single Tag
Both searchbar and result is displayed via a single tag.
Step 1: Add the following script tags to your html head.
<head>
...
<script type="module" src="https://cdn.search.neomo.cloud/neomo-search/neomo-search.esm.js"></script>
<script nomodule src="https://cdn.search.neomo.cloud/components/neomo-search.js"></script>
...
</head>
Step 2: Add the following tag somewhere within the html-body where you want the search to be displayed.
<neomo-search tenant="vkb" facets="true"></neomo-search>
Step 3: Test your integration.