From 2642754d6b435378a94f1f425485c42f03ab9451 Mon Sep 17 00:00:00 2001 From: bmarkov Date: Fri, 2 Aug 2019 06:49:43 +0300 Subject: [PATCH] Update libraries.md Added Smart framework --- static/libraries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/libraries.md b/static/libraries.md index 8406466..23a67aa 100644 --- a/static/libraries.md +++ b/static/libraries.md @@ -26,3 +26,5 @@ 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. + + * [Smart](https://htmlelements.com/) is a web component framework built by jQWidgets with a simple element creation API, template engine, typed properties and methods, propery two-way bindings, lifecycle callbacks, events manager.