Skip to content

Commit d5c031d

Browse files
author
Anto Gibson
authored
Update README.md
1 parent 2cdafe6 commit d5c031d

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# how-to-customize-the-react-diagram-and-its-elements
2-
A quick-start React project that shows how to customize the react diagram and its elements.
1+
# How To Customize the React Diagram and Its Elements
2+
A quick-start React project that shows how to customize the React diagram and its elements. Learn how to change the page settings, add multiple pages, and change the appearance of the nodes and connectors.
3+
4+
The React Diagram is a feature-rich component for visualizing, creating, and editing interactive diagrams. It supports creating flowcharts, organizational charts, mind maps, and BPMN charts through code or a visual interface. Grouping is used to cluster multiple nodes and connectors into a single element. A group acts like a container for its children.
5+
6+
Documentation: https://ej2.syncfusion.com/react/documentation/diagram/getting-started
7+
8+
Demo: [https://ej2.syncfusion.com/react/demos/#/fluent2/diagram/grouping-and-ordering](https://ej2.syncfusion.com/react/demos/#/material3/diagram/default-functionality.html)
9+
10+
------------------------------------------------------------------------------------------------
11+
12+
## Project prerequisites
13+
Make sure that you have the compatible versions of [Visual Studio Code](https://code.visualstudio.com/download ), and [NodeJS](https://nodejs.org/en/download) or a later version on your machine before starting to work on this project.
14+
15+
-------------------------------------------------------------------------------------------------
16+
17+
## How to run this application
18+
To run this application, follow these steps:
19+
- **Step 1:**
20+
Clone the repository.
21+
```bash
22+
git clone https://github.com/SyncfusionExamples/how-to-customize-the-react-diagram-and-its-elements
23+
```
24+
- **Step 2:**
25+
Open the application folder, install the dependencies and run the application.
26+
```bash
27+
cd how-to-customize-the-react-diagram-and-its-elements
28+
npm install
29+
npm start
30+
```

0 commit comments

Comments
 (0)