@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={[]}
    />
  );
}

/@template-editor/react/

    Package Sidebar

    Install

    npm i @template-editor/react

    Weekly Downloads

    0

    Version

    0.4.1

    License

    MIT

    Unpacked Size

    31.5 kB

    Total Files

    11

    Last publish

    Collaborators

    • pickerlee