balkan-orgchart-react 9.1.61 → 9.1.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +68 -0
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "url": "git+https://github.com/BALKANGraph/OrgChartReact.git"
57
57
  },
58
58
  "dependencies": {},
59
- "version": "9.1.61"
59
+ "version": "9.1.63"
60
60
  }
package/readme.md ADDED
@@ -0,0 +1,68 @@
1
+ # ![OrgChart JS](https://orgchartjs.balkan.app/favicon-32x32.png) OrgChart React
2
+
3
+
4
+
5
+
6
+ **BALKAN OrgChart React** is a powerful **JavaScript library** for building **interactive organizational charts and hierarchy diagrams**. Create responsive org charts for **company structures, HR systems, dashboards, and internal tools** with minimal code and full customization.
7
+
8
+ ![OrgChart React](https://balkan.app/Content/Img/oc.png)
9
+
10
+ ## [Docs](https://balkan.app/OrgChartReact/Docs/GettingStarted)      [Support](https://balkan.app/OrgChartReact/Support)
11
+
12
+
13
+ <br>
14
+
15
+ ## Overview
16
+
17
+ **OrgChart React** is FREE Trial, available under [EULA](https://balkan.app/OrgChartReact/Legal/EULA).
18
+
19
+ <br>
20
+
21
+
22
+ ## Installation
23
+
24
+ ```bash
25
+ npm install balkan-orgchart-react
26
+ ```
27
+
28
+ or with yarn:
29
+
30
+ ```bash
31
+ yarn add balkan-orgchart-react
32
+ ```
33
+
34
+ ## Import it in your code
35
+
36
+ ```javascript
37
+ import OrgChart from "balkan-orgchart-react";
38
+ ```
39
+
40
+
41
+ ## Usage
42
+
43
+ ```react
44
+
45
+ ```
46
+
47
+ <br>
48
+
49
+ <br>
50
+
51
+ ## Other Framework-Specific OrgChart JS Libraries
52
+ - Community
53
+ - [balkan-orgchart-js-community](https://www.npmjs.com/package/balkan-orgchart-js-community)
54
+ - [balkan-orgchart-react-community](https://www.npmjs.com/package/balkan-orgchart-react-community)
55
+ - [balkan-orgchart-vue-community](https://www.npmjs.com/package/balkan-orgchart-vue-community)
56
+ - [balkan-orgchart-angular-community](https://www.npmjs.com/package/balkan-orgchart-angular-community)
57
+ - Commercial - FREE Trial License
58
+ - [balkan-orgchart-js](https://www.npmjs.com/package/balkan-orgchart-js)
59
+ - [balkan-orgchart-react](https://www.npmjs.com/package/balkan-orgchart-react)
60
+ - [balkan-orgchart-vue](https://www.npmjs.com/package/balkan-orgchart-vue)
61
+ - [balkan-orgchart-angular](https://www.npmjs.com/package/balkan-orgchart-angular)
62
+
63
+ <br>
64
+
65
+ ## [Docs](https://balkan.app/OrgChartReact/Docs/GettingStarted) &nbsp;&nbsp;&nbsp;&nbsp; [Support](https://balkan.app/OrgChartReact/Support)
66
+
67
+
68
+