Skip to content

Commit 3b2254c

Browse files
authored
Merge pull request #1515 from adumesny/develop
added knockout links
2 parents 972cf41 + b4cf9e3 commit 3b2254c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,13 @@ If you're still experiencing issues on touch devices please check [#444](https:/
283283

284284
search for ['gridstack' under NPM](https://www.npmjs.com/search?q=gridstack&ranking=popularity) for latest, more to come...
285285

286-
- Vue.js: see [demo](https://gridstackjs.com/demo/vue3js.html) with [v3 src](https://github.com/gridstack/gridstack.js/blob/develop/demo/vue3js.html) or [v2 src](https://github.com/gridstack/gridstack.js/blob/develop/demo/vue2js.html)
287-
- React: see [demo](https://gridstackjs.com/demo/react.html) with [src](https://github.com/gridstack/gridstack.js/blob/develop/demo/react.html), or [react-gridstack-example](https://github.com/Inder2108/react-gridstack-example/blob/master/src/App.js), or read on what [hooks to use](https://github.com/gridstack/gridstack.js/issues/735#issuecomment-329888796)
288-
- Ember: [ember-gridstack](https://github.com/yahoo/ember-gridstack)
289-
- Angular9: [lb-gridstack](https://github.com/pfms84/lb-gridstack) Note: very old v0.3 gridstack instance so recommend for concept ONLY. You can do component or directive. Working on exposing the Angular component wrapper we use internally.
290-
- AngularJS: [gridstack-angular](https://github.com/kdietrich/gridstack-angular)
291-
- Rails: [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails)
286+
- **Angular9**: [lb-gridstack](https://github.com/pfms84/lb-gridstack) Note: very old v0.3 gridstack instance so recommend for concept ONLY. You can do component or directive. Working on exposing the Angular component wrapper we use internally.
287+
- **AngularJS**: [gridstack-angular](https://github.com/kdietrich/gridstack-angular)
288+
- **Ember**: [ember-gridstack](https://github.com/yahoo/ember-gridstack)
289+
- **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.
290+
- **Rails**: [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails)
291+
- **React**: see [demo](https://gridstackjs.com/demo/react.html) with [src](https://github.com/gridstack/gridstack.js/blob/develop/demo/react.html), or [react-gridstack-example](https://github.com/Inder2108/react-gridstack-example/blob/master/src/App.js), or read on what [hooks to use](https://github.com/gridstack/gridstack.js/issues/735#issuecomment-329888796)
292+
- **Vue**: see [demo](https://gridstackjs.com/demo/vue3js.html) with [v3 src](https://github.com/gridstack/gridstack.js/blob/develop/demo/vue3js.html) or [v2 src](https://github.com/gridstack/gridstack.js/blob/develop/demo/vue2js.html)
292293

293294
# Migrating
294295
## Migrating to v0.6

0 commit comments

Comments
 (0)