Skip to content

Commit c705b66

Browse files
authored
Merge pull request #1477 from adumesny/develop
added link to Vue examples
2 parents 5f84c8c + 264b8c0 commit c705b66

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ If you're still experiencing issues on touch devices please check [#444](https:/
271271

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

274-
- vue.js: see [demo v3](https://github.com/gridstack/gridstack.js/blob/develop/demo/vue3js.html) or [demo v2](https://github.com/gridstack/gridstack.js/blob/develop/demo/vue2js.html)
275-
- React: [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)
276-
- ember: [ember-gridstack](https://github.com/yahoo/ember-gridstack)
274+
- 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)
275+
- 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)
276+
- Ember: [ember-gridstack](https://github.com/yahoo/ember-gridstack)
277277
- 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.
278278
- AngularJS: [gridstack-angular](https://github.com/kdietrich/gridstack-angular)
279279
- Rails: [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails)

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ <h1>Demos</h1>
1414
<li><a href="knockout.html">Knockout.js</a></li>
1515
<li><a href="nested.html">Nested grids</a></li>
1616
<li><a href="responsive.html">Responsive</a></li>
17+
<li><a href="react.html">ReactJS</a></li>
1718
<li><a href="right-to-left(rtl).html">Right-To-Left (RTL)</a></li>
1819
<li><a href="serialization.html">Serialization</a></li>
1920
<li><a href="static.html">Static</a></li>

doc/CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Change log
4343

4444
## 2.2.0-dev
4545

46-
- TBD
46+
- we now have a React example, in addition to Vue - Angular is next!. thanks [@eloparco](https://github.com/eloparco)
47+
- fix placeholder not having custom `GridStackOptions.itemClass`. thanks [@pablosichert](https://github.com/pablosichert)
4748

4849
## 2.2.0 (2020-11-7)
4950

0 commit comments

Comments
 (0)