@@ -139,23 +139,22 @@ <h1 class="display-3">gridstack.js</h1>
139139 < hr class ="my-4 " />
140140 < p >
141141 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 >
144143 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
146145 much more.< br > < br >
147146 Features:
148147 </ p >
149148 < 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 >
151150 < li > mobile support</ li >
152151 < li > draggable, resizable items</ li >
153152 < li > drag'n'drop from sidebar to insert/delete</ li >
154153 < li > responsive layouts, column based</ li >
155154 < li > save/restore</ li >
156155 < 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 >
159158 </ ul >
160159 < p >
161160 If you find this lib useful, please donate
0 commit comments