0.5.4 • Published 9 months ago

leadsoft-leadtrust-plugin v0.5.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

LeadSoft LeadTrust Plugin

Installation

npm i leadsoft-leadtrust-plugin

or

yarn add leadsoft-leadtrust-plugin

Usage

Import the LeadTrustPlugin component where you want:

import { LeadTrustPlugin } from 'leadsoft-leadtrust-plugin';

Example usage with Google Recaptcha

  <LeadTrustPlugin
    cpf="11111111111"
    siteKey="your_siteKey"
  >

Example usage with Authorization Token and custom api url

  <LeadTrustPlugin
    cpf="11111111111"
    token="your_authorization_token"
    url="http://your-api"
  >

Example usage with customization parameters

  <LeadTrustPlugin
    cpf="11111111111"
    siteKey="your_siteKey"
    size="M"
    thermometerType="CircularDisplay"
  >

Example usage with all verification parameters

  <LeadTrustPlugin
    cpf="11111111111"
    birthDate="2023-04-25T12:00:00.000Z"
    name="person_full_name"
    forceUpdate={true}
    fromFederalReceipt={true}
    checkUnderAge={true}
    siteKey="your_siteKey"
  >
0.3.9

12 months ago

0.3.13

12 months ago

0.3.12

12 months ago

0.3.11

12 months ago

0.3.10

12 months ago

0.5.4

9 months ago

0.3.6

12 months ago

0.5.3

10 months ago

0.3.5

12 months ago

0.3.8

12 months ago

0.3.7

12 months ago

0.5.0

10 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.5.2

10 months ago

0.3.4

12 months ago

0.5.1

10 months ago

0.3.3

12 months ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

1.0.0

1 year ago