npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@progress/kendo-react-diagram

v14.3.2

Published

React Diagram component. KendoReact Diagram package

Readme

KendoReact NPM Banner

KendoReact Diagram Component for React

Important

  • This package is а part of KendoReact—an enterprise-grade UI library with 120+ free and premium components.
  • To use this package, you must install a license key file, whether you are on a paid license or a 30-day free trial. To receive a license key, either purchase a license or start a free trial.
  • It provides premium KendoReact components and features. You will need to install a license key when adding the package to your project. For more information, please refer to the KendoReact My License page.
  • To receive a license key, you need to either purchase a license or register for a free trial. Doing so indicates that you accept the KendoReact License Agreement.
  • The 30-day free trial gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!

Start using KendoReact and speed up your development process!

If you're looking for free React components, check out Get Started with KendoReact Free.

The React Diagram component, part of KendoReact, provides a powerful way to create, visualize, and edit interactive diagrams and flowcharts in your React applications.

How to start:

npm i @progress/kendo-react-diagram

React Diagram Component

The React Diagram component enables you to create interactive diagrams from scratch or visualize existing structures such as organizational charts, mind maps, and flowcharts.

Among the many features which the KendoReact Diagram delivers are:

  • Shapes and connections—Create shapes with customizable appearance, content, connectors, and link them via flexible connections.
  • Layouts—Apply built-in layout algorithms (tree, layered, force-directed) to automatically arrange shapes.
  • Editing—Enable interactive creation, deletion, and modification of shapes and connections.
  • Panning and zooming—Navigate large diagrams through built-in panning and zoom controls.
  • Selection—Select single or multiple shapes and connections for batch operations.
  • Tooltips—Display custom tooltips on shapes and connections using the DiagramShapeTooltip and DiagramConnectionTooltip components.
  • Export—Export diagrams to images, PDF, or SVG formats.
  • Theme support—The KendoReact Diagram, as well as all 120+ components in the KendoReact suite, are styled in three polished themes (Bootstrap, Material, Fluent, and Default) and can be further customized to match your specific design guidelines.

How to use the Diagram component in your apps:

import { Diagram } from '@progress/kendo-react-diagram';

const shapes = [
    { id: '1', x: 100, y: 100, content: { text: 'Shape 1' } },
    { id: '2', x: 300, y: 100, content: { text: 'Shape 2' } }
];

const connections = [{ from: '1', to: '2' }];

<Diagram shapes={shapes} connections={connections} />;

Using for Free vs Commercial License

The following table outlines the key resources available with KendoReact and KendoReact Free.

| | KendoReact Free | KendoReact | | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | React components | 50+ | 120+ | | Four professional themes | | | | Four Figma UI Kits | | | | Page Templates & Building Blocks | 1 template | | | ThemeBuilder | Free* | Ultimate | | Source code | No | | | Visual Studio Code extension | 1 starter template | Full functionality | | Legendary customer support | No | | | AI coding assistant | No | |

Support Options

For any issues you might encounter while working with the KendoReact Diagram, use any of the available support channels:

  • Industry-leading technical support—KendoReact paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the dedicated KendoReact support system.
  • Product forums—The KendoReact forums are part of the free support you can get from the community and from the KendoReact team.
  • Feedback portal—The KendoReact feedback portal is where you can request and vote for new features to be added.

Resources

Copyright © 2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.