1 个仓库
Nodes implemented as modular React components that manage internal state and report positions to a central engine.
Distinct from Node-Based UI Components: Specific to React component implementation of nodes rather than generic node-based UI components
Explore 1 awesome GitHub repository matching user interface & experience · React Component Nodes. Refine with filters or upvote what's useful.
react-diagrams 是一个用于在 React 应用程序中构建交互式节点链接图和可视化图表的框架。它充当交互式图表可视化工具和可视化工作流设计器,提供了一个用于渲染可操作的连接节点画布的系统。 该库的独特之处在于它能够充当可序列化的状态图管理器,将复杂的节点布局和连接状态转换为可存储的数据格式以实现会话持久化。它进一步允许自定义行为扩展以修改核心逻辑,并允许通过模块实现特定于项目的业务功能。 该系统涵盖了广泛的图表和可视化功能,包括视口平移、缩放和拖放元素操作。它处理自动链接路由以防止视觉重叠,并提供用于自定义元素样式和层管理的工具以控制渲染顺序。
Provides a modular architecture where nodes are defined as stateful React components.