Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 274 Bytes

React Web Components

Example of React wrappers around web components.

Running

npm start

Note: This is likely only going to work in modern browsers. Babel class transpilation breaks extending builtin classes like HTMLElement, so that was disabled.