Symponent is a JavaScript UI library that allows you to create interactive user interfaces easily and incredibly fast.
It uses real DOM and one-way hash-mapped data binding with its innovative methods. If any attribute of model changes, UI is updated according to this attribute. It aims to render only related elements if it is necessary.
Basically insert one of script tags below to your html page.
<script src="https://cdn.jsdelivr.net/gh/enginustun/symponent@latest/src-with-demos/public/javascripts/src/symponent.js"></script>
<script src="https://cdn.jsdelivr.net/gh/enginustun/symponent@latest/src-with-demos/public/javascripts/src/symponent.min.js"></script>
<script src="{yourFolderStructure}/symponent.js"></script>
Symponent API: see api.symponent.org
Usage of library: see symponent.org.
Also you can check online demos;
Copyright (c) 2017-present, Engin Üstün