285 B

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";