Skip to content

Commit fd245e1

Browse files
Add integration section to the Overview page
1 parent fe3beae commit fd245e1

File tree

2 files changed

+21
-12036
lines changed

2 files changed

+21
-12036
lines changed

docs/index.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,29 @@ A gallery of live demos provides real-life examples of using DHTMLX widgets in w
6262

6363
A [set of CSS templates](https://dhtmlx.com/docs/products/dhtmlxSuite/how-to-create-javascript-applications/) is specially designed for various use cases that can be implemented using DHTMLX widgets. You can borrow the CSS code and apply the styles you like in your web app.
6464

65-
### Integration with Angular, React, and Vue.js
65+
### Integration with frameworks
66+
6667
[comment]: # (ссылки ниже должны уводить на страницы доки)
67-
DHTMLX Suite is compatible with any client-side framework. There are code examples of how to use DHTMLX widgets with [Angular](integration/suite_and_angular.md), [React](integration/suite_and_react.md), and [Vue.js](integration/suite_and_vue.md) available on our GitHub pages.
6868

69+
DHTMLX Suite is compatible with client-side frameworks. Refer to the following guides for more information on how to use DHTMLX Suite widgets with frameworks:
70+
- [Integration with React](integration/suite_and_react.md)
71+
- [Integration with Angular](integration/suite_and_angular.md)
72+
- [Integration with Vue](integration/suite_and_vue.md)
73+
- [Integration with Svelte](integration/suite_and_svelte.md)
74+
75+
You can import DHTMLX Suite into your project using `yarn` or `npm` package manager.
76+
77+
#### Installing trial DHTMLX Suite via npm or yarn
78+
79+
:::info
80+
If you want to use trial version of Suite, download the [**trial Suite package**](https://dhtmlx.com/docs/products/dhtmlxSuite/download.shtml) and follow steps mentioned in the *README* file. Note that trial Suite is available 30 days only.
81+
:::
82+
83+
#### Installing PRO DHTMLX Suite via npm or yarn
84+
85+
:::info
86+
You can access the DHTMLX private **npm** directly in the [Client's Area](https://dhtmlx.com/clients/) by generating your login and password for **npm**. A detailed installation guide is also available there. Please note that access to the private **npm** is available only while your proprietary Suite license is active.
87+
:::
6988
### Integration with any backend technologies
7089

7190
Being a fully client-side library, DHTMLX Suite can be used with any backend. There is an example of integrating [DHTMLX Suite widgets with Node.js](https://github.com/DHTMLX/nodejs-suite-demo) in our GitHub repository.

0 commit comments

Comments
 (0)