My component
<my-component>
is a web component
Example
Installation:
npm i my-component
Basic usage:
index.html
<my-component></my-component>
<script type="module" src="main.js"></script>
main.js
import "my-component";
Description
Languages
JavaScript
58.6%
TypeScript
34.1%
HTML
7.3%