npm.io
1.2.0 • Published 8 years ago

symponent

Licence
MIT
Version
1.2.0
Deps
0
Vulns
0
Weekly
0
Stars
6

symponent - Build Status npm version MIT licensed

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.

Installation

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>

Documentation

Symponent API: see api.symponent.org
Usage of library: see symponent.org.

Also you can check online demos;

License

MIT

Copyright (c) 2017-present, Engin Üstün