From 8bea1a43792733b70563829ad8ac9adba40c2e42 Mon Sep 17 00:00:00 2001 From: bmarkov Date: Thu, 6 Dec 2018 12:50:55 +0200 Subject: [PATCH 1/2] Update libraries.md Added Smart Custom Element library for creating new custom elements.. --- static/libraries.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/libraries.md b/static/libraries.md index 8406466..4dcfc72 100644 --- a/static/libraries.md +++ b/static/libraries.md @@ -26,3 +26,6 @@ This list has been compiled by the community and can be modified [via pull reque * [Slim.js](http://slimjs.com) Slim.js is a lightweight web component library that provides extended capabilities for components, such as data binding, using es6 native class inheritance. This library is focused for providing the developer the ability to write robust and native web components without the hassle of dependencies and an overhead of a framework. * [Stencil](https://stenciljs.com/) is an opensource compiler that generates standards-compliant web components. + + * [SmartElement](https://www.htmlelements.com/) is a web component library with API for creating Custom Elements. Smart offers two-way data binding, types checking for properties, types and return value checking for methods, lifecycle callbacks, property change notifications, + element templates. From e584eba4e7dcda7e7b57e18424afcbffe3350f9b Mon Sep 17 00:00:00 2001 From: bmarkov Date: Tue, 11 Dec 2018 17:09:57 +0200 Subject: [PATCH 2/2] Added new library - Smart --- static/libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/libraries.md b/static/libraries.md index 4dcfc72..f9790f6 100644 --- a/static/libraries.md +++ b/static/libraries.md @@ -27,5 +27,5 @@ This list has been compiled by the community and can be modified [via pull reque * [Stencil](https://stenciljs.com/) is an opensource compiler that generates standards-compliant web components. - * [SmartElement](https://www.htmlelements.com/) is a web component library with API for creating Custom Elements. Smart offers two-way data binding, types checking for properties, types and return value checking for methods, lifecycle callbacks, property change notifications, + * [Smart Custom Element](https://github.com/HTMLElements/smart-custom-element) is a web component library with API for creating Custom Elements. Smart offers two-way data binding, types checking for properties, types and return value checking for methods, lifecycle callbacks, property change notifications, element templates.