diff --git a/static/libraries.md b/static/libraries.md index 8406466..f9790f6 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. + + * [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.