Description
The Vanilla JavaScript part of the installation guide includes the following paragraph:
You can use one of the following links to find the description for the framework you use.
NOTE: If you need a loader path to import 'defineCustomElements' or 'applyPolyfills', you have to use: "@db-ui/elements/loader".
Integration JavaScript
For integration in other framworks visit Stencil Doc- Overview Framework Integration for more informations.
This could be a little bit misleading, as it's a mix and match in between the chosen documentation (on JavaScript specifically / without a framework) and mentioning a list of framework links. Just removing "You can use one of the following links to find the description for the framework you use." might not do the trick, as we should set the linked documentation by StencilJS team in context (e.g. not necessarily referencing the framework from a public CDN, but our localhost installation), etc.
Probably we should even also provide a Vanilla JS showcase.