@alitajs/gesture-password-react
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Gesture Password (手势密码)

install

// npm
npm install @alitajs/gesture-password-react --save

// yarn
yarn add @alitajs/gesture-password-react

usage

import React from 'react';
import GesturePassword from '@alitajs/gesture-password-react';

export default () => {
  const config = {
    width: 375,
    height: 300,
    onChange: (data: any) => console.log(data) // get gesture password
  };
  
  return <GesturePassword {...config} />;
};

/@alitajs/gesture-password-react/

    Package Sidebar

    Install

    npm i @alitajs/gesture-password-react

    Weekly Downloads

    9

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    61.3 kB

    Total Files

    7

    Last publish

    Collaborators

    • pengyh
    • ashoka_j
    • diyc
    • xiaohuoni
    • imhele
    • wangxingkang
    • shawdanon
    • cjy0208
    • sorrycc
    • hang1017
    • hammersjs