enginustun / symponent

A JavaScript UI library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A JavaScript UI library.

License:MIT License


Languages

Language:JavaScript 96.3%Language:CSS 2.5%Language:HTML 1.2%