1.3.0 • Published 4 months ago

@alitajs/gesture-password-react v1.3.0

Weekly downloads
3
License
MIT
Repository
-
Last release
4 months ago

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} />;
};
1.0.9

4 months ago

1.3.0

4 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.8-beta.1

6 months ago

1.0.8

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3-beta1

4 years ago

1.0.3-beta

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago