@whalecloud/custom-plugin

The custom plugin package for @whalecloud/page-builder.

Usage no npm install needed!

<script type="module">
  import whalecloudCustomPlugin from 'https://cdn.skypack.dev/@whalecloud/custom-plugin';
</script>

README

@whalecloud/custom-plugin

表单编辑器自定义插件

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

Install

npm install --save @whalecloud/custom-plugin

Or if you prefer yarn:

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

registerCustomPlugin(customPlugins);