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
# 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:
Install the required node modules by running the following command:
27
-
28
-
```sh
29
19
npm install
30
-
```
31
-
32
-
## Run the application
33
-
34
-
To run the application, use the following command:
35
-
36
-
```bash
37
20
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