easy-flowable-react
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

easy-flowable-react

NPM version NPM downloads

快速搭建属于自己的流程引擎

官网:https://easy-flowable.online

Usage

TODO

Options

TODO

Development

# install dependencies
$ npm install easy-flowable-react

流程设计器

流程设计器

import { EasyFlowable } from 'easy-flowable-react';

export default () => {
    return <EasyFlowable
        toolbar={{
            save: async (data) => {
                console.log(data);
            },
            isBase64: true
        }}
    />;
};

流程图

流程图

import { EasyFlowableViewer } from 'easy-flowable-react';

export default () => {
    return <EasyFlowableViewer data={xml}/>;
};

LICENSE

MIT

Package Sidebar

Install

npm i easy-flowable-react

Weekly Downloads

6

Version

1.1.4

License

MIT

Unpacked Size

115 kB

Total Files

35

Last publish

Collaborators

  • master-ajie