@shuyun-ep-team/template-editor

1.0.0 • Public • Published

@shuyun-ep-team/template-editor

基于CodeMirror实现的模板编辑器,一般用来作为短信编辑器或者微信模板编辑器使用。

Features:

  • 配置简单易用
  • 支持自定义的占位符(Placeholder)
  • 原生Javascript实现,可以任意框架中使用,比如 ReactVueAngular

安装

npm i @shuyun-ep-team/template-editor

使用

import { TemplateEditor } from '@shuyun-ep-team/template-editor';

const editor = new TemplateEditor(container, {
  initialValue: 'Dear {{nickname}}...',
  placeholders: []
});

Readme

Keywords

none

Package Sidebar

Install

npm i @shuyun-ep-team/template-editor

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

138 kB

Total Files

20

Last publish

Collaborators

  • jialong.ye
  • yong.tao
  • wangxinzhuo
  • linweixian
  • markzhang
  • kezhongfa
  • yiranphp
  • bhxing