Skip to content

Commit

Permalink
[update] links to demos for integrations guides
Browse files Browse the repository at this point in the history
  • Loading branch information
mafanya23 committed Mar 28, 2024
1 parent 9c30a5d commit cd65c0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/angular_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<iframe src="https://codesandbox.io/p/devbox/dhtmlx-spreadsheet-with-angular-7xnzr9?file=%2Fsrc%2Fapp%2Fspreadsheet%2Fspreadsheet.component.ts" frameborder="0" class="snippet_iframe" width="100%" height="700"></iframe>
You can also [check the demo on GitHub](https://github.com/DHTMLX/angular-spreadsheet-demo).

## Creating a project

Expand Down
4 changes: 2 additions & 2 deletions docs/react_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<iframe src="https://codesandbox.io/p/devbox/dhtmlx-spreadsheet-with-react-rhjh94?file=%2Fsrc%2FSpreadsheet.jsx" frameborder="0" class="snippet_iframe" width="100%" height="700"></iframe>
You can also [check the demo on GitHub](https://github.com/DHTMLX/react-spreadsheet-demo).

## Creating a project

Expand Down
4 changes: 2 additions & 2 deletions docs/svelte_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<iframe src="https://codesandbox.io/p/devbox/dhtmlx-spreadsheet-with-svelte-wt5v34?file=%2Fsrc%2FSpreadsheet.svelte" frameborder="0" class="snippet_iframe" width="100%" height="700"></iframe>
You can also [check the demo on GitHub](https://github.com/DHTMLX/svelte-spreadsheet-demo).

## Creating a project

Expand Down
4 changes: 2 additions & 2 deletions docs/vuejs_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<iframe src="https://codesandbox.io/p/devbox/dhtmlx-spreadsheet-with-vue3-c75m2t?file=%2Fsrc%2Fcomponents%2FSpreadsheet.vue" frameborder="0" class="snippet_iframe" width="100%" height="700"></iframe>
You can also [check the demo on GitHub](https://github.com/DHTMLX/vue-spreadsheet-demo).

## Creating a project

Expand Down

0 comments on commit cd65c0f

Please sign in to comment.