meetalva / alva

Create living prototypes with code components.
https://meetalva.io
MIT License
3.74k stars 224 forks source link

Web Components Support #751

Open zacktayl opened 5 years ago

zacktayl commented 5 years ago

Discussed this some in the Gitter lobby. Going to look into the possibility of generating a react wrapper for web components.

tilmx commented 5 years ago

Super cool! Let us know if we can help you somehow!

zacktayl commented 5 years ago

Attached is a fork of the component-library-starter repo. On the branch web-component-support I added a trivial component library (card/header components) and a wrapper-generator.

After running the npm run build command, you should be able to import the component library into Alva.

yuzl commented 5 years ago

We will come back to this as soon as we can!