Skip to content
Snippets Groups Projects
Select Git revision
  • 518d623b0973793864b02ac0c2f1ed1344974916
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • wip-cleanup
  • demo-file-handling
18 results

typescript-example

user avatar
Renovate Bot authored
518d623b
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>