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

https://github.com/launchscout/livestate-comments

An example custom element to show how live_state works
https://github.com/launchscout/livestate-comments

Last synced: 7 months ago
JSON representation

An example custom element to show how live_state works

Awesome Lists containing this project

README

          

# \

This is custom element for an example project for [live_state](https://github.com/gaslight/live_state). It adds
a comment section to a website.

## Usage

Easiest way is to add it to your page via a script tag using unpkg:

```html

```

Then, you can use it in your page wherever you like:

```html

```

Poof! A magical comments section should appear. It serves the same comments on all pages just now. It's likely they'll be deleted periodically, but feel free to play around!