<p align="center">
    <a href="http://squid.sqreem.com/documentation/20170601/" target="_blank">
        <img width="100" src="https://github.com/Sqreem/Squid.js/blob/master/assets/icons/256x256.png" alt="Squid logo">
    </a>
</p>

<h2 align="center">SQUID.JS</h2>

<h3>Basic Extensions</h3> - collection of namespaces that fully helps user to develop applications with squid.js 

<pre class="language-plaintext" data-lang="plaintext">
extensions/
├── <a href="https://github.com/Sqreem/Squid.js/blob/master/framework/sq/README.md">sq</a>/
│   ├── components/
│   |   ├── <a href="https://github.com/Sqreem/Squid.js/tree/master/framework/sq/components/app">app</a>/
│   |   ├── <a href="https://github.com/Sqreem/Squid.js/tree/master/framework/sq/components/banner">banner</a>/
│   |   ├── <a href="https://github.com/Sqreem/Squid.js/tree/master/framework/sq/components/form">form</a>/
│   |   ├── <a href="https://github.com/Sqreem/Squid.js/tree/master/framework/sq/components/input">input</a>/
│   |   ├── <a href="https://github.com/Sqreem/Squid.js/tree/master/framework/sq/components/treegrid">treegrid</a>/
│   |   ├── <a href="https://github.com/Sqreem/Squid.js/tree/master/framework/sq/components/">more...</a>/
│   ├── controllers/
│   |   ├── empty/
│   ├── images/
│   ├── loader.js
└── sqreem/
└── others/
</pre>

<h3>List of basic frameworks</h3>

<ul>
<li>SQ Extension
<span>- this extension provides user with basic components that is ready to implement when developing applications and added SQ Component methods that helps user to manipulate it and it's inner nodes.</span><br/>
<pre>
**Installation**
<script id="sq" src="/extensions/sq/loader.js"></script>
</pre>
</li>
<ul>
