2.0.4 • Published 5 years ago

react-tencent-captcha v2.0.4

Weekly downloads
168
License
MIT
Repository
github
Last release
5 years ago

react-tencent-captcha

A TencentCaptcha component for React

Installation

$ npm install react-tencent-captcha --save

Usage

import TencentCaptcha from 'react-tencent-captcha';

export default () => {
  const onCallBack = (...args) => console.log(...args);
  const onReady = instance => console.log(instance);

  return (
    <TencentCaptcha
      appId="your-appId"
      options={{}}
      onCallBack={onCallBack}
      onReady={onReady}
    />
  );
};

Properties

  className:    PropTypes.string,
  appId:        PropTypes.string.isRequired,
  options:      PropTypes.object,
  onCallBack:   PropTypes.func,
  onReady:      PropTypes.func,

Read More

License

MIT

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago