helsonxiao / antd-captcha-input

Captcha input component as standard Ant.Design form item.

Home Page:https://helsonxiao.github.io/antd-captcha-input/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

antd-captcha-input

Captcha input component as standard Ant.Design form item.

dumi NPM version npm download build status

Installation

npm install antd-captcha-input

or

yarn add antd-captcha-input

Usage

import { CaptchaInput } from 'antd-captcha-input';

const App = () => {
  return (
    <CaptchaInput />
  );
};

export default App;

Try it on website: https://helsonxiao.github.io/antd-captcha-input/demos/

Example

Have a look at this!

About

Captcha input component as standard Ant.Design form item.

https://helsonxiao.github.io/antd-captcha-input/

License:MIT License


Languages

Language:TypeScript 74.7%Language:HTML 16.4%Language:JavaScript 4.5%Language:CSS 3.8%Language:Shell 0.5%