# @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
```

```js
import { registerCustomPlugin } from "@whalecloud/page-builder";
import customPlugins from '@whalecloud/custom-plugin';
// import { editorPlugins, renderPlugins } from '@whalecloud/custom-plugin';

registerCustomPlugin(customPlugins);
```
