|
4 | 4 | [](https://coveralls.io/github/gridstack/gridstack.js?branch=develop) |
5 | 5 | [](https://www.npmjs.com/package/gridstack) |
6 | 6 |
|
7 | | -Mobile-friendly modern Typescript library for dashboard layout and creation. Making a drag-and-drop, multi-column responsive dashboard has never been easier. Has multiple bindings and works great with [React](https://reactjs.org/), [Vue](https://vuejs.org/), [Angular](https://angular.io/), [Knockout.js](http://knockoutjs.com), [Ember](https://www.emberjs.com/) and others (see [frameworks](#specific-frameworks) section). |
| 7 | +Mobile-friendly modern Typescript library for dashboard layout and creation. Making a drag-and-drop, multi-column responsive dashboard has never been easier. Has multiple bindings and works great with [Angular](https://angular.io/) (included), [React](https://reactjs.org/), [Vue](https://vuejs.org/), [Knockout.js](http://knockoutjs.com), [Ember](https://www.emberjs.com/) and others (see [frameworks](#specific-frameworks) section). |
8 | 8 |
|
9 | 9 | Inspired by no-longer maintained gridster, built with love. |
10 | 10 |
|
@@ -141,14 +141,14 @@ see [jsfiddle sample](https://jsfiddle.net/adumesny/jqhkry7g) as running example |
141 | 141 |
|
142 | 142 | ## Requirements |
143 | 143 |
|
144 | | -GridStack no longer requires external dependencies as of v1.0.0 (lodash was removed in v0.5.0 and jquery API in v1.0.0). v3 is a complete HTML5 re-write removing need for jquery (still available for legacy apps). v6 is native mouse and touch event for mobile support, and no longer have jquery-ui version. All you need to include now is `gridstack-all.js` and `gridstack.min.css` (layouts are done using CSS column based %). |
| 144 | +GridStack no longer requires external dependencies as of v1 (lodash was removed in v0.5 and jquery API in v1). v3 is a complete HTML5 re-write removing need for jquery. v6 is native mouse and touch event for mobile support, and no longer have jquery-ui version. All you need to include now is `gridstack-all.js` and `gridstack.min.css` (layouts are done using CSS column based %). |
145 | 145 |
|
146 | 146 | ## Specific frameworks |
147 | 147 |
|
148 | 148 | search for ['gridstack' under NPM](https://www.npmjs.com/search?q=gridstack&ranking=popularity) for latest, more to come... |
149 | 149 |
|
150 | 150 | - **Angular**: we now ship out of the box with Angular wrapper components - see <a href="https://github.com/gridstack/gridstack.js/tree/master/angular" target="_blank">Angular Component</a>. |
151 | | -- **Angular9**: [lb-gridstack](https://github.com/pfms84/lb-gridstack) Note: very old v0.3 gridstack instance so recommend for **concept ONLY if you wish to use directive instead**. teh code has been vented as I use components. |
| 151 | +- **Angular9**: [lb-gridstack](https://github.com/pfms84/lb-gridstack) Note: very old v0.3 gridstack instance so recommend for **concept ONLY if you wish to use directive instead**. Code has **not been vented** at as I use components. |
152 | 152 | - **AngularJS**: [gridstack-angular](https://github.com/kdietrich/gridstack-angular) |
153 | 153 | - **Ember**: [ember-gridstack](https://github.com/yahoo/ember-gridstack) |
154 | 154 | - **knockout**: see [demo](https://gridstackjs.com/demo/knockout.html) using component, but check [custom bindings ticket](https://github.com/gridstack/gridstack.js/issues/465) which is likely better approach. |
|
0 commit comments