Skip to content
Snippets Groups Projects
Christoph Reiter's avatar
Reiter, Christoph authored
It has new API which we want to use.
6ae92fa1
History

Typescript Example Web Component

This web component is just an example for how to write one using typescript. While we don't use typescript in our other components we want our dev/build pipeline to support it.

You can install this component via npm:

npm i @dbp-toolkit/typescript-example

Or use it directly via CDN:

<dbp-typescript-example></dbp-typescript-example>
<script type="module" src="https://unpkg.com/@dbp-toolkit/typescript-example@0.2.2/dist/dbp-typescript-example.js"></script>