Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87a2a0c

Browse files
author
Alain Dumesny
committed
gitignore update, tweaks
1 parent 5735aae commit 87a2a0c

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
node_modules
22
bower_components
3-
coverage
3+
coverage
4+
dist
5+
*.tgz

index.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -173,23 +173,24 @@ <h1 class="display-3">gridstack.js</h1>
173173
<p>
174174
gridstack.js is a JS library designed to help developers create
175175
beautiful draggable, resizable, responsive bootstrap-friendly
176-
layouts with just a few lines of code.<br>
177-
You can create more advanced grids: allow users to persist
178-
changes, create a sidebar of widgets to drag into your grid, and
179-
much, much more.<br><br>
180-
Features:
181-
</p>
182-
<ul>
183-
<li>pure JS can be used in any UI framework</li>
184-
<li>mobile support</li>
185-
<li>draggable, resizable items</li>
186-
<li>drag&drop from sidebar</li>
187-
<li>responsive layouts</li>
188-
<li>save/restore</li>
189-
<li>drag between multiple grids</li>
190-
<li>nested grids</li>
191-
<li>bootstrap-v4-friendly. external Angular, React, Knockout.js and more bindings</li>
192-
</ul>
176+
layouts with just a few lines of code.<br>
177+
You can create more advanced grids: allow users to persist
178+
changes, create a sidebar of widgets to drag into your grid, and
179+
much, much more.<br><br>
180+
Features:
181+
</p>
182+
<ul>
183+
<li>pure JS can be used in any UI framework</li>
184+
<li>mobile support</li>
185+
<li>draggable, resizable items</li>
186+
<li>drag'n'drop from sidebar to insert/delete</li>
187+
<li>responsive layouts</li>
188+
<li>save/restore</li>
189+
<li>drag between multiple grids</li>
190+
<li>nested grids</li>
191+
<li>plugin support for drag'n'drop (JQUI, with more to come...)</li>
192+
<li>bootstrap-v4-friendly. external Angular, React, Knockout.js and more bindings</li>
193+
</ul>
193194
</div>
194195
</div>
195196
</div>

0 commit comments

Comments
 (0)