wc-notification-bell
v0.1.23
Published
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/wc-notification-bell) [![npm](https://img.shields.io/npm/v/wc-notification-bell)](https://www.npmjs.com/package/wc
Downloads
5
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-bell
By 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>