Ewok component framework #2497
Lomacar
started this conversation in
2. Show and tell
Replies: 1 comment 2 replies
-
I only glanced at it but looks like it was fun to code. One thing that seemed weird to me was using the name xref and x-ref inside the template. The x- prefix is used to distinguish Alpine stuff (and idea and naming inspired by ref in Vue) so feels like you'd want to use something else for clarity or use your own prefix incase someone tried to pair this on page with Vue/Alpine? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
For the past several weeks I have been working on a small js library that makes it easy to create and use native web components. I made it in such away that it complements Alpine. I'd love to get some feedback. It could use further testing and refinement. There are a few edge cases that I am still working on, but it works pretty well already.
https://github.com/Lomacar/Ewok
Beta Was this translation helpful? Give feedback.
All reactions