Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Update libraries.md Added Smart Web Components #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions static/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.