You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,29 @@ A gallery of live demos provides real-life examples of using DHTMLX widgets in w
62
62
63
63
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.
64
64
65
-
### Integration with Angular, React, and Vue.js
65
+
### Integration with frameworks
66
+
66
67
[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.
68
68
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
+
:::
69
88
### Integration with any backend technologies
70
89
71
90
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