0.0.5 • Published 3 years ago

@whalecloud/custom-app-plugin v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@whalecloud/custom-app-plugin

表单编辑器自定义h5插件

需要配合(@whalecloud/page-design)https://www.npmjs.com/package/@whalecloud/page-builder一起使用

Install

npm install --save @whalecloud/custom-app-plugin

Or if you prefer yarn:

yarn add @whalecloud/custom-app-plugin
import { registerCustomPlugin } from "@whalecloud/page-builder";
import customPlugins from '@whalecloud/custom-app-plugin';
// import { editorPlugins, renderPlugins } from '@whalecloud/custom-app-plugin';

registerCustomPlugin(customPlugins);