1.1.2 • Published 2 years ago

pg-file-template-editor v1.1.2

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

文件在线编辑器

下载

yarn add pg-file-template-editor

引入

import FileTemplateEditor from 'pg-file-template-editor'

使用

new FileTemplateEditor({
    target: '#ID',  // 必填 
    isOff: Boolean, // 默认为false
})

参数事件

 target: 根节点 -> '#ID'
 isOff: 是否关闭编辑 -> Boolean
 getData: () => {} // 获取数据
 getInitiate: () => {} // 获取发起数据

样式覆盖

/* toolbar 宽度 */
--toolbar-width: 100%
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago