Skip to content

Commit 2c72cb4

Browse files
committed
1022819: Updated readme file in this repo.
1 parent 0c64aab commit 2c72cb4

1 file changed

Lines changed: 22 additions & 31 deletions

File tree

README.md

Lines changed: 22 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,29 @@
11

22
# Getting Started with React UI Components using Next.js
3-
4-
This application demonstrates the usage of the Syncfusion React maps component in Next.js.
5-
6-
To know how to configure the Syncfusion React maps component in Next.js, refer to the [documentation](https://ej2.syncfusion.com/react/documentation/maps/nextjs-getting-started).
7-
8-
## Clone the repository
9-
10-
* To clone the sample repository locally, open the command prompt in the desired location and execute the following command.
11-
3+
4+
Sample showing Syncfusion React Maps integration in Next.js.
5+
6+
This small Next.js sample demonstrates integrating the Syncfusion React Maps component and provides a minimal runnable example.
7+
8+
This sample is intended for developers who want a minimal, working example to start customizing maps in their Next.js apps. It demonstrates basic integration patterns and a runnable example you can adapt.
9+
10+
Refer to the Syncfusion Next.js maps documentation for configuration and API details:
11+
12+
https://ej2.syncfusion.com/react/documentation/maps/nextjs-getting-started
13+
14+
## Quickstart
15+
1216
```sh
13-
1417
git clone https://github.com/SyncfusionExamples/syncfusion-react-maps-component-in-nextjs
15-
16-
```
17-
18-
* Navigate to the project directory:
19-
20-
```sh
2118
cd syncfusion-react-maps-component-in-nextjs
22-
```
23-
24-
## Installing Packages
25-
26-
Install the required node modules by running the following command:
27-
28-
```sh
2919
npm install
30-
```
31-
32-
## Run the application
33-
34-
To run the application, use the following command:
35-
36-
```bash
3720
npm run dev
38-
```
21+
```
22+
23+
## Notes
24+
- Prerequisites: Node.js and npm
25+
- Example: see `world-map.ts` for the primary map setup
26+
27+
## Contributing & Support
28+
29+
This repository is a sample; suggestions are welcome via issues or pull requests. For API and licensed-component support, consult Syncfusion documentation and channels.

0 commit comments

Comments
 (0)