DannyMoerkerke / custom-element

A base class for Web Components (Custom Elements) which provides simple data binding.
Other
88 stars 15 forks source link

another simple base component #9

Open jogibear9988 opened 4 years ago

jogibear9988 commented 4 years ago

hello, I've also done a simple base component.

https://github.com/node-projects/base-custom-webcomponent

maybe we could exchange ideas.

I'm heavily inspired by polymer/litelement

I also have a simple binding framework, using double brackets like polymer. I parse the one way bindings via eval

I enable als features via explicit call of a function, so only what you need is enabled