react-sign2
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Hello react-sign2!

简单轻量的电子签名组件, 轻松定制可扩展的电子签名.

Install | 安装

yarn add react-sign2

Use | 使用

import React from 'react';
import Editor from 'h5-dooring/Editor';
import Sign from 'react-sign2';

export default () => {
  const config = {
    width: 400,
    height: 200,
    lineWidth: 4,
    strokeColor: 'red',
    lineCap: 'round',
    lineJoin: 'round',
    bgColor: 'transparent',
    showBtn: true
  }
  return (
    <Editor initValue={config}>
      {(config) => {
        return <Sign {...config} onDrawEnd={(c) => console.log(c)} />;
      }}
    </Editor>
  );
};

演示 | Demo

Demo

更多产品推荐 | More Production

name Description
H5-Dooring 让 H5 制作像搭积木一样简单, 轻松搭建 H5 页面, H5 网站, PC 端网站, LowCode 平台.
V6.Dooring 可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.
dooring-electron-lowcode 基于 electron 的 H5-Dooring 编辑器桌面端.
xijs 开箱即用的js业务工具库
DooringX 快速高效搭建可视化拖拽平台.

赞助 | Sponsored

开源不易, 有了您的赞助, 我们会做的更好~

技术反馈和交流群 | Technical feedback and communication

微信:beautifulFront

Package Sidebar

Install

npm i react-sign2

Weekly Downloads

5

Version

0.0.3

License

MIT

Unpacked Size

34.4 kB

Total Files

25

Last publish

Collaborators

  • alex_xu