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

https://github.com/tderflinger/react-litelement-example

Integration of a LitElement web component into a React application.
https://github.com/tderflinger/react-litelement-example

javascript lit-element react

Last synced: 11 months ago
JSON representation

Integration of a LitElement web component into a React application.

Awesome Lists containing this project

README

          

# react-litelement-example

Example of how to use a LitElement web component inside
a React application.

You can read all about this application in my blog:
https://www.tderflinger.com/en/litelement-react-app

## Install

```bash
yarn
```

## Start

```bash
yarn start
```

## License

MIT License.