wc-notification-bell
v0.1.23
Published
[](https://www.webcomponents.org/element/wc-notification-bell) [](https://www.npmjs.com/package/wc
Readme
wc-notification-bell
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 ...
Usage
npm i wc-notification-bellBy CDN
See demo/index.html.
<!-- cdn -->
<script
type="module"
src="https://cdn.jsdelivr.net/npm/wc-notification-bell@latest"
></script>
<notification-bell></notification-bell>By NPM
// main.ts
import 'wc-notification-bell'<!-- index.html -->
<notification-bell mock></notification-bell>