Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-dag-editor

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dag-editor

# react-dag-editor

  • 0.4.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-38.46%
Maintainers
2
Weekly downloads
 
Created
Source

Work in progress

react-dag-editor

License npm version Downloads

Try it out!

Overview

React component to create graphic user interface with:

  • draggable nodes with ports and edges on a directed graph editor.
  • extensibility to customize the widgets or behaviors.
  • accessbility and testability support

About the name "react-dag-editor"

  • react: it is a react component created from scratch.
  • dag: directed acyclic graph editor. Our a11y solution assumes the graph is a DAG. If you intend to turn off the a11y features, it is fine to draw undirected or cyclic graph with this component.
  • editor: it supports readonly graphic data visualization. However the reason you choose this library is the highlight in the user interaction to create/edit a graph.

Demo

Local demo

Follow the steps below to run local demo on your machine(MacOS/Linux/Windows):

  1. Clone the repository
  2. Run "yarn" to install all dependencies.
  3. Run "yarn start" and select the "react-dag-editor" in prompt selection.
  4. It won't take long to load the sample page. If not, try to open localhost:5000 on your browser or submit an issue.
  5. Checkout ./packages/ReactDagEditor/stories/components/FeatureDemo.tsx for api usage(Detail API Doc WIP)

Features

FeatureDescriptionDemoIs in default feature set?Is in read only mode feature set?
GraphFeatures.nodeDraggableNode drag-and-drop to relocate(WIP)YesYes
GraphFeatures.nodeResizableDouble clicking on a node to enable the anchors to resize it(WIP)YesYes
GraphFeatures.clickNodeToSelectNode click-to-select(WIP)YesYes
GraphFeatures.panCanvasDrag-n-drop on canvas to pan(WIP)YesYes
GraphFeatures.multipleSelectCtrl click multi selection(WIP)YesYes
GraphFeatures.lassoSelectLasso select(WIP)YesYes
GraphFeatures.deleteUse delete key to delete a node(WIP)YesNo
GraphFeatures.addNewNodesAdding new nodes(WIP)YesNo
GraphFeatures.addNewEdgesAdding new edges(WIP)YesNo
GraphFeatures.addNewPortsAdding new ports(WIP)YesNo
GraphFeatures.sidePanel,Built-in side panel(WIP)YesYes
GraphFeatures.autoFitAuto pan/zoom the whole canvas to fit the viewport on every move(WIP)NoNo
GraphFeatures.editNodeNode inline editing mode(WIP)YesNo
GraphFeatures.autoAlignAuto aligning hint on node drag-n-drop(WIP)YesNo
GraphFeatures.undoStackUndo stack to support undo/redo(WIP)YesNo
GraphFeatures.ctrlKeyZoomZooming by ctrl clicking + mousewheel(WIP)YesYes
GraphFeatures.limitBoundaryConstraint the allowed drag-n-drop area(WIP)YesYes

compatibility

Touch screen/touch pad support

Deceeded rendering on old browsers

Extensibility & customization

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

FAQs

Package last updated on 29 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc