From 8553cedc26af8da792a21ac3b66c04d2c7d6948d Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Thu, 3 Nov 2022 14:21:51 +0100 Subject: [PATCH] Demo - multiple react grids example --- demo/index.html | 6 +- demo/react-hooks-controlled-multiple.html | 173 ++++++++++++++++++++++ 2 files changed, 178 insertions(+), 1 deletion(-) create mode 100644 demo/react-hooks-controlled-multiple.html diff --git a/demo/index.html b/demo/index.html index 19663ea0a..95ec0c339 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,9 +1,11 @@ + Demo +

Demos

- + + \ No newline at end of file diff --git a/demo/react-hooks-controlled-multiple.html b/demo/react-hooks-controlled-multiple.html new file mode 100644 index 000000000..67758fe73 --- /dev/null +++ b/demo/react-hooks-controlled-multiple.html @@ -0,0 +1,173 @@ + + + + + + + Gridstack.js React integration example + + + + + + + + + + + +
+

Controlled stack

+
+
+ + + + + + \ No newline at end of file