A web component by lit.
The final product is an ES module, and it can be used alone.
Anywhere like Vanilla JS / Vue / React / Angular / Svelte ...
npm i wc-notification-bell
See demo/index.html.
<!-- cdn -->
<script
type="module"
src="https://cdn.jsdelivr.net/npm/wc-notification-bell@latest"
></script>
<notification-bell></notification-bell>
// main.ts
import 'wc-notification-bell'
<!-- index.html -->
<notification-bell mock></notification-bell>