0.0.19 • Published 1 year ago

@e-gates-app/passme-autokyc v0.0.19

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Steps to install passme-autokyc module

Execute npm i @e-gates-app/passme-autokyc or yarn add @e-gates-app/passme-autokyc

Install peerDependecies:

Execute comand in terminal npm start -- --reset-cache

Usage

import React from 'react';
import PassmeAutokyc from '@e-gates-app/passme-autokyc';

const colors = {
  main: '#171717',
  text1: '#171717',
  text2: '#737373',
  background01: '#FFFFFF',
  background02: '#F8F9FD',
  elementsText: '#FFFFFF',
  icon: '#FFFFFF',
  error: '#FF594F',
  success: '#4FD18B',
  pending: '#F5A623',
} as const;


function App(): JSX.Element {
  const onCancel = async () => {};
  const onComplete = async () => {};

  return (
    <PassmeAutokyc
      processingUrl="[DYNAMIC_URL]"
      resourcesUrl="[API_URL]"
      language="en"
      colors={colors}
      onCancel={onCancel}
      onComplete={onComplete}
    />
  );
}

export default App;
0.0.18

1 year ago

0.0.19

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago