@@ -139,23 +139,22 @@ <h1 class="display-3">gridstack.js</h1>
139
139
< hr class ="my-4 " />
140
140
< p >
141
141
gridstack.js is a modern Typescript library designed to help developers create
142
- beautiful draggable, resizable, responsive bootstrap-friendly
143
- layouts with just a few lines of code.< br >
142
+ beautiful draggable, resizable, responsive layouts with just a few lines of code.< br >
144
143
You can create more advanced grids: allow users to persist
145
- changes, create a sidebar of widgets to drag into your grid, and
144
+ changes, create a sidebar of widgets to drag into your grid, nested grids, and
146
145
much more.< br > < br >
147
146
Features:
148
147
</ p >
149
148
< ul >
150
- < li > pure JS can be used in any UI framework</ li >
149
+ < li > pure TS can be used in any UI framework</ li >
151
150
< li > mobile support</ li >
152
151
< li > draggable, resizable items</ li >
153
152
< li > drag'n'drop from sidebar to insert/delete</ li >
154
153
< li > responsive layouts, column based</ li >
155
154
< li > save/restore</ li >
156
155
< li > drag between multiple grids</ li >
157
- < li > nested grids</ li >
158
- < li > external Angular, Vue, React, Ember, Knockout.js bindings and more</ li >
156
+ < li > nested grids, including creation on the fly to any depth </ li >
157
+ < li > Angular (included), demo and external Vue, React, Ember, Knockout.js bindings and more</ li >
159
158
</ ul >
160
159
< p >
161
160
If you find this lib useful, please donate
0 commit comments