@patarapolw/make-html-x-card

To use x-card webcomponent, simply include

Usage no npm install needed!

<script type="module">
  import patarapolwMakeHtmlXCard from 'https://cdn.skypack.dev/@patarapolw/make-html-x-card';
</script>

README

x-card

To use x-card webcomponent, simply include

<script src="https://unpkg.com/@patarapolw/make-html-x-card"></script>

To support old browsers, you might also need @webcomponents/webcomponentsjs

<script src="https://unpkg.com/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script type="module" src="https://unpkg.com/@patarapolw/make-html-x-card"></script>

This is a part of https://github.com/patarpolw/make-html.