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.
- Host: GitHub
- URL: https://github.com/tderflinger/react-litelement-example
- Owner: tderflinger
- Created: 2020-12-29T17:28:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-29T19:47:07.000Z (over 5 years ago)
- Last Synced: 2025-07-01T13:55:31.971Z (12 months ago)
- Topics: javascript, lit-element, react
- Language: JavaScript
- Homepage: https://www.tderflinger.com/en/litelement-react-app
- Size: 210 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.