An open API service indexing awesome lists of open source software.

https://github.com/notifir/widget

Web component for in-app notifications
https://github.com/notifir/widget

lit web-components webcomponents

Last synced: 5 months ago
JSON representation

Web component for in-app notifications

Awesome Lists containing this project

README

          

# wc-notification-bell

[![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-notification-bell)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/wc-notification-bell)
![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hy/wc-notification-bell)
[![widget](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/virqte&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/virqte/runs)

A web component by [lit](https://github.com/lit/lit).

The final product is an ES module, and it can be used alone.

> Anywhere like Vanilla JS / Vue / React / Angular / Svelte ...

[Demo](https://notifir.github.io/widget/)

## Usage

```bash
npm i wc-notification-bell
```

### By CDN

See [demo/index.html](./demo/index.html).

```html

```

### By NPM

```ts
// main.ts
import 'wc-notification-bell'
```

```html

```