widget

Web component for in-app notifications

MIT License

Downloads
30
Stars
1
Committers
3

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 ...

Demo

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>