1.1.1 • Published 9 months ago
@gemeente-denhaag/case-card-element v1.1.1
denhaag-case-card Web Component
Use this web component in your page as follows:
Include this anywhere in your page. The higher up in the source code, the sooner your web component will load.
<script type="module" src="case-card/dist/index.mjs"></script>Then put the custom element where your want this component in your page:
<h2>My cases</h2>
<div class="grid">
<denhaag-case-card dateTime="..." title="..." href="..."></denhaag-case-card>
</div>