@@ -173,23 +173,24 @@ <h1 class="display-3">gridstack.js</h1>
173
173
< p >
174
174
gridstack.js is a JS library designed to help developers create
175
175
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 >
193
194
</ div >
194
195
</ div >
195
196
</ div >
0 commit comments