From cd65c0f4305906dbd2a1e0458e297cde414aa280 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Thu, 28 Mar 2024 11:26:00 +0300 Subject: [PATCH] [update] links to demos for integrations guides --- docs/angular_integration.md | 4 ++-- docs/react_integration.md | 4 ++-- docs/svelte_integration.md | 4 ++-- docs/vuejs_integration.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/angular_integration.md b/docs/angular_integration.md index 896483ac..d383e5c1 100644 --- a/docs/angular_integration.md +++ b/docs/angular_integration.md @@ -10,9 +10,9 @@ description: You can learn about the Angular integration of the DHTMLX JavaScrip You should be familiar with the basic concepts and patterns of **Angular** to use this documentation. If you are not, please refer to the [**Angular documentation**](https://angular.io/docs) for a getting-started tutorial. ::: -DHTMLX Spreadsheet is compatible with **Angular**. We have prepared code examples of how to use DHTMLX Spreadsheet with **Angular**. To check online samples, please refer to the corresponding [**Examples on CodeSandbox**](https://codesandbox.io/u/DHTMLX). +DHTMLX Spreadsheet is compatible with **Angular**. We have prepared code examples of how to use DHTMLX Spreadsheet with **Angular**. To check online samples, please refer to the corresponding [**Example on Replit**](https://replit.com/@dhtmlx/dhtmlx-spreadsheet-with-angular). - +You can also [check the demo on GitHub](https://github.com/DHTMLX/angular-spreadsheet-demo). ## Creating a project diff --git a/docs/react_integration.md b/docs/react_integration.md index f6fa1b89..a1aa4d08 100644 --- a/docs/react_integration.md +++ b/docs/react_integration.md @@ -10,9 +10,9 @@ description: You can learn about the React integration of the DHTMLX JavaScript You should be familiar with the basic concepts and patterns of [**React**](https://react.dev) to use this documentation. If you are not, please refer to the [**React documentation**](https://reactjs.org/docs/getting-started.html) for a getting-started tutorial. ::: -DHTMLX Spreadsheet is compatible with **React**. We have prepared code examples of how to use DHTMLX Spreadsheet with **React**. To check online samples, please refer to the corresponding [**Examples on CodeSandbox**](https://codesandbox.io/u/DHTMLX). +DHTMLX Spreadsheet is compatible with **React**. We have prepared code examples of how to use DHTMLX Spreadsheet with **React**. To check online samples, please refer to the corresponding [**Example on Replit**](https://replit.com/@dhtmlx/dhtmlx-spreadsheet-with-react). - +You can also [check the demo on GitHub](https://github.com/DHTMLX/react-spreadsheet-demo). ## Creating a project diff --git a/docs/svelte_integration.md b/docs/svelte_integration.md index c04a2d79..ad78b4cf 100644 --- a/docs/svelte_integration.md +++ b/docs/svelte_integration.md @@ -10,9 +10,9 @@ description: You can learn about the Svelte integration of the DHTMLX JavaScript You should be familiar with the basic concepts and patterns of **Svelte** to use this documentation. If you are not, please refer to the [**Svelte documentation**](https://svelte.dev/) for a getting-started tutorial. ::: -DHTMLX Spreadsheet is compatible with **Svelte**. We have prepared code examples of how to use DHTMLX Spreadsheet with **Svelte**. To check online samples, please refer to the corresponding [**Examples on CodeSandbox**](https://codesandbox.io/u/DHTMLX). +DHTMLX Spreadsheet is compatible with **Svelte**. We have prepared code examples of how to use DHTMLX Spreadsheet with **Svelte**. To check online samples, please refer to the corresponding [**Example on Replit**](https://replit.com/@dhtmlx/dhtmlx-spreadsheet-with-svelte). - +You can also [check the demo on GitHub](https://github.com/DHTMLX/svelte-spreadsheet-demo). ## Creating a project diff --git a/docs/vuejs_integration.md b/docs/vuejs_integration.md index 7e2aae57..91818b50 100644 --- a/docs/vuejs_integration.md +++ b/docs/vuejs_integration.md @@ -9,9 +9,9 @@ description: You can learn about the Vue.js integration of the DHTMLX JavaScript You should be familiar with the basic concepts and patterns of [**Vue**](https://vuejs.org/) to use this documentation. If you are not, please refer to the [**Vue 3 documentation**](https://v3.vuejs.org/guide/introduction.html#getting-started) for a getting-started tutorial. ::: -DHTMLX Spreadsheet is compatible with **Vue**. We have prepared code examples of how to use DHTMLX Spreadsheet with **Vue**. To check online samples, please refer to the corresponding [**Examples on CodeSandbox**](https://codesandbox.io/u/DHTMLX). +DHTMLX Spreadsheet is compatible with **Vue**. We have prepared code examples of how to use DHTMLX Spreadsheet with **Vue**. To check online samples, please refer to the corresponding [**Example on Replit**](https://replit.com/@dhtmlx/dhtmlx-spreadsheet-with-vue3). - +You can also [check the demo on GitHub](https://github.com/DHTMLX/vue-spreadsheet-demo). ## Creating a project