Skip to content

Commit 2f7523d

Browse files
authored
[dev] React widgets - update readme.md
1 parent 3d479b1 commit 2f7523d

File tree

1 file changed

+79
-3
lines changed

1 file changed

+79
-3
lines changed

README.md

Lines changed: 79 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,88 @@
1-
## DHTMLX Widgets + React
1+
<p align="center">
2+
<a href="https://dhtmlx.github.io/react-widgets/#/"><img src="https://dhtmlx.github.io/react-widgets/static/logo_r.svg" width="150" heigh="55"></a>
3+
</p>
4+
5+
6+
# DHTMLX Widgets + React
7+
8+
[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
9+
[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
10+
11+
[![react-widgets](https://raw.githubusercontent.com/plazarev/media/master/Suite%402x.png)](https://dhtmlx.github.io/react-widgets/#/)
12+
13+
## Getting Started
214

315
In most samples DHTMLX Widgets are loaded through NPM that provides limited (GPL) version of components. For production you should use the PRO version.
416

517
There are also samples where DHTMLX Widgets are loaded from CDN. `cdn.dhtmlx.com` serves limited (GPL) version of components. For production use your own CDN / file server.
618

7-
## [Online demo](https://dhtmlx.github.io/react-widgets/#/)
819

9-
## Development server
20+
### Development server
1021

1122
To run the app in the development mode, run `npm start` in the project directory.
1223
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
24+
25+
26+
## Examples
27+
28+
- [Calendar](https://dhtmlx.github.io/react-widgets/#/calendar)
29+
30+
- [Chart](https://dhtmlx.github.io/react-widgets/#/chart)
31+
32+
- [Colorpicker](https://dhtmlx.github.io/react-widgets/#/colorpicker)
33+
34+
- [Combobox](https://dhtmlx.github.io/react-widgets/#/combobox)
35+
36+
- [Dataview](https://dhtmlx.github.io/react-widgets/#/dataview)
37+
38+
- [Form](https://dhtmlx.github.io/react-widgets/#/form)
39+
40+
- [Grid](https://dhtmlx.github.io/react-widgets/#/grid)
41+
42+
- [List](https://dhtmlx.github.io/react-widgets/#/list)
43+
44+
- [Menu](https://dhtmlx.github.io/react-widgets/#/menu)
45+
46+
- [Message](https://dhtmlx.github.io/react-widgets/#/message)
47+
48+
- [Popup](https://dhtmlx.github.io/react-widgets/#/popup)
49+
50+
- [Ribbon](https://dhtmlx.github.io/react-widgets/#/ribbon)
51+
52+
- [Sidebar](https://dhtmlx.github.io/react-widgets/#/sidebar)
53+
54+
- [Slider](https://dhtmlx.github.io/react-widgets/#/slider)
55+
56+
- [Tabbar](https://dhtmlx.github.io/react-widgets/#/tabbar)
57+
58+
- [Timepicker](https://dhtmlx.github.io/react-widgets/#/timepicker)
59+
60+
- [Toolbar](https://dhtmlx.github.io/react-widgets/#/toolbar)
61+
62+
- [Tree](https://dhtmlx.github.io/react-widgets/#/tree)
63+
64+
- [Window](https://dhtmlx.github.io/react-widgets/#/window)
65+
66+
67+
## License
68+
69+
[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
70+
71+
72+
## Useful links
73+
74+
- [Online documentation](https://docs.dhtmlx.com/)
75+
- [Support forum](https://forum.dhtmlx.com/c/suite6)
76+
77+
78+
## Follow Us
79+
80+
Star our GitHub repo :star:
81+
82+
Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes:
83+
84+
Read us on [Medium](https://medium.com/@dhtmlx) :newspaper:
85+
86+
Follow us on [Twitter](https://twitter.com/dhtmlx) :feet:
87+
88+
Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:

0 commit comments

Comments
 (0)