@template-editor/react

0.4.1 • Public • Published

@template-editor/react

基于 @template-editor/native React 组件的实现。

安装

npm i @template-editor/react

使用

import { ReactTemplateEditor } from '@template-editor/react';


export function Demo(){

  return (
    <ReactTemplateEditor
      value=''
      placeholders={[]}
    />
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i @template-editor/react

Weekly Downloads

1

Version

0.4.1

License

MIT

Unpacked Size

31.5 kB

Total Files

11

Last publish

Collaborators

  • pickerlee