# XFlow **Repository Path**: jjfinal/XFlow ## Basic Information - **Project Name**: XFlow - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-28 - **Last Updated**: 2025-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [English (US)](README.md) | 简体中文
用于构建图编辑应用的 React 组件
## 特性 - 🌱 简单的使用方式: 提供了更贴合 React 组件的使用方式。 - 🚀 统一的状态管理: 业务数据和图数据可以统一管理。 - 🧲 支持多画布模式: 每个画布组件拥有单独的状态和实例。 - 💯 开箱即用的配套功能: 提供大量的开箱即用的图编辑组件。 | ## 安装 ```shell # npm $ npm install @antv/xflow --save # yarn $ yarn add @antv/xflow # pnpm $ pnpm add @antv/xflow ``` ## 示例 ```tsx const Page = () => { return (