# My component `` is a web component ## Example Installation: ```bash npm i my-component ``` Basic usage: ### index.html ```html ``` ### main.js ```javascript import "my-component"; ```