Wijmo, React UI Component

100+ Fast and Flexible React UI Components

Boost your development efficiency with over 100+ enterprise UI controls for React developers, including grids, charts, maps, pivots, inputs, calendars, and more!

Why Wijmo

Why Choose Wijmo for React App?

React and Next.js Support

Wijmo supports React v19 and Next.js v15. It provides rich declarative markup for all components and, if necessary, React Redux support.

Support for 100+ UI Controls

Wijmo supports over 100+ UI controls, including grids, 80+ charts, reports, input forms, calendars, and OLAP.

Designed for Touch

Extend touch functionality to all controls across your application, including Wijmo's touch module. When building websites and PWAs, provide users with a smooth and enjoyable user experience on tablets and mobile devices.

Excel-like Controls

Wijmo's FlexGrid, FlexChart, and FlexSheet controls are designed to provide users with a familiar Excel-like experience. This makes Wijmo's UI controls easier to use.

Extensive Documentation, Demos and API

Learn Wijmo easily with developer documentation, demos, and APIs. You can modify the code directly in the online demo or download it locally to freely test its features.


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 display.

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.

FlexGrid
FlexChart
FlexMap
OLAP
Input
  • Below is the code to add the Wijmo FlexGrid module.

     import * as wjGrid from '@mescius/wijmo.react.grid'; 
    

    See the sample below for the complete code.

  • Below is the code to add the Wijmo FlexChart module.

     import * as wjChart from '@mescius/wijmo.react.chart'; 
    

    See the sample below for the complete code.

  • Below is the code to add the Wijmo FlexMap module.

     import * as wjMap from '@mescius/wijmo.react.chart.map'; 
    

    See the sample below for the complete code.

  • Below is the code to add the Wijmo OLAP module.

     import * as wjOlap from '@mescius/wijmo.react.olap'; 
    

    See the sample below for the complete code.

  • Below is the code to add the Wijmo Input module.

     import * as wjInput from '@mescius/wijmo.react.input'; 
    

    See the sample below for the complete code.

5. Run the React app and check the results.

npm start


React Starter Template

Jump-Start Your Development with Customizable React Samples and Templates.

Explore a variety of templates and samples built with Wijmo. View live demos and download the source code to customize for your own projects.

  • Ecommerce Dashboard

    This is a sample e-commerce dashboard designed to display data at a glance using various Wijmo controls.


    * The Wijmo controls used in this sample are charts, grids, maps, and calendars.


    Download Zip File

    React

    View Demo
  • Survey Results Dashboard

    Wijmo's charts and grids are designed to help you efficiently analyze survey data.


    Download Zip File

    React

    View Demo
  • Traffic Monitoring Dashboard

    A React-based dashboard that displays web server traffic by country.


    Download Zip File

    React

    View Demo
  • Geography Dashboard

    An interactive geographic dashboard for analyzing demographic data.


    Download Zip File

    React

    View Demo
  • Dynamic Dashboard

    This tutorial demonstrates how to use Wijmo controls in a customizable, dynamic dashboard.


    Download Zip File

    React

    View Demo
  • Cryptocurrency Tracking

    Track cryptocurrency values by integrating Wijmo's powerful financial charting component into your grid.


    Download Zip File

    React-Redux

    View Demo

FlexGrid

The Fastest and Most Flexible React Data Grid

The best JavaScript data grid (table) with built-in sorting, formatting, paging and flexible data binding.

Sort, Edit, Filter

Grouping, Aggregation

Data-Binding

Excel, Export PDF

Fix Rows, Columns, and Headers

Custom Cells

Paging, Virtual Scrolling

TreeGrid, Master-Detail

Print

Search

FlexChart

80+ High-Performance

React Charts

With over 80 different charts, you can effectively visualize the data you want.

Bar Chart

Line Chart

Area Chart

Scatterplot Chart

Bubble Chart

Pie and Donut Charts

Sunburst Chart

Treemap Chart

Polar and Radarl Charts

Financial Charts

FlexMap

React Map Control for Geographic Data Visualization

Use map controls to visualize geographic data for easier analysis.

Bubble Map

Choropleth Map

Scatter map

Sample Map of Korea

OLAP

High-Performance React

Pivot Tables and Charts Similar to Excel

Analyze and process massive amounts of data in milliseconds without relying on the server side.

Outline Mode

Excel-like Design Panel

Pivot Grid

Pivot Chart

Slicer

Input

Powerful React Input Components

Includes various input controls required in the frontend, such as autocomplete, color palette (picker), date/time, mask, menu, and multi-select.

Drop Down

Combo Box

Autocomplete

Multiple Selection

Date/Time Picker

Input Numbers

Validation

Menu

Pop-up

Color Picker

React UI Control Designer

Easily Customize Wijmo Controls!

Easily create design themes using the Wijmo CSS Theme Designer and apply the created CSS to your Wijmo controls!

Try It Now

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.

Try It Now

Ask Anything!

Share your vague concerns and questions about Spread.NET with MESCIUS's expert team. We empathize with your concerns and are here to help.

Online Consultation

React UI Control Online Study

Explore the Many Ways to Use Wijmo React UI Controls.

View More