Why Wijmo
Why choose Wijmo for your React App?
Quick Start
Getting Started with Wijmo in React 🚀
1. Go to the React app folder and install the Wijmo library.
npm install @mescius/wijmo.react.all
2. Also install the useEvent library.
npm install react-use-event-hook
3. Add css file to apply Wijmo style.
Go to the src/App.js file of the React app you're working on and add the Wijmo css file (see the index.js file in the sample below).
// App.js
import '@mescius/wijmo.styles/wijmo.css';
4. Set the Korean cultural sphere in Wijmo.
// App.js
import '@mescius/wijmo.cultures/wijmo.culture.ko' ;
5. Add the Wijmo modules you want to use.
Add the Wijmo module as follows:
Please check the index.js file in the sample below for detailed code for each control.
// App.js
import * as { namespace } from '@mescius/wijmo.react.{control name}' ;
6. Initialize the Wijmo control and add it to the screen.
After initializing the Wijmo control and generating sample data, we write code to display the Wijmo control on the screen.
Please check the detailed code for each control in the index.js file in the sample below.
5. Run the React app and check the results.
npm start
React Starter Template
Jump-start your development with customizable React samples and templates.
Here are various templates and samples utilizing Wijmo. You can check out the actual demos and download the source code to customize and use them yourself.
Wijmo's React UI controls
React UI Control Designer
Easily customize Wijmo controls!
Wijmo CSS Theme Designer
Easily create design themes using the Wijmo CSS Theme Designer and apply the created CSS to your Wijmo controls!
Wijmo Control Properties Editor
Easily customize the settings of Wijmo controls using the Wijmo Control Properties Editor. You can modify and check the settings for over 20 different controls. Download these settings and quickly and easily apply them to your web without any additional coding.
Ask anything!
Please share your concerns and questions about Wijmo with MESCIUS's expert team. We empathize with your concerns and provide assistance.
React UI Control Online Study