A mobile-friendly flow designer component library built with React and TypeScript, based on LogicFlow.
npm install @codingapi/flow-mobile
# or
yarn add @codingapi/flow-mobile
- 🎯 Mobile-optimized flow designer
- 📱 Built on LogicFlow core
- 🎨 Integrated with antd-mobile UI components
- 🔧 Full TypeScript support
- ⚡️ Redux state management
- 🛠 Easy integration with React applications
- React 16.8+ / 17 / 18
- React DOM 16.8+ / 17 / 18
- @codingapi/ui-framework
- @codingapi/form-mobile
- @logicflow/core
- @logicflow/extension
- antd-mobile
import { FlowDesigner } from '@codingapi/flow-mobile';
function App() {
return (
<FlowDesigner
// Add your flow configuration here
/>
);
}
For detailed documentation and examples, please visit our GitHub repository.
We welcome contributions! Please see our GitHub Issues for details.
Apache-2.0 © CodingAPI
一个基于 LogicFlow 的移动端流程设计器组件库,使用 React 和 TypeScript 构建。
npm install @codingapi/flow-mobile
# 或
yarn add @codingapi/flow-mobile
- 🎯 移动端优化的流程设计器
- 📱 基于 LogicFlow 核心
- 🎨 集成 antd-mobile UI 组件
- 🔧 完整的 TypeScript 支持
- ⚡️ Redux 状态管理
- 🛠 易于与 React 应用集成
- React 16.8+ / 17 / 18
- React DOM 16.8+ / 17 / 18
- @codingapi/ui-framework
- @codingapi/form-mobile
- @logicflow/core
- @logicflow/extension
- antd-mobile
import { FlowDesigner } from '@codingapi/flow-mobile';
function App() {
return (
<FlowDesigner
// 在这里添加流程配置
/>
);
}
详细的文档和示例,请访问我们的 GitHub 仓库。
我们欢迎各种形式的贡献!详情请查看我们的 GitHub Issues。
Apache-2.0 © CodingAPI