wc-notification-bell
TypeScript icon, indicating that this package has built-in type declarations

0.1.23 • Public • Published

wc-notification-bell

Published on webcomponents.org npm npm bundle size jsDelivr hits (npm) widget

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>

Readme

Keywords

Package Sidebar

Install

npm i wc-notification-bell

Weekly Downloads

1

Version

0.1.23

License

none

Unpacked Size

1.19 MB

Total Files

23

Last publish

Collaborators

  • titenkov