leadsoft-leadtrust-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.5.4 • Public • Published

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"
  >

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.5.40latest

Version History

VersionDownloads (Last 7 Days)Published
0.5.40
0.5.30
0.5.20
0.5.10
0.5.00
0.4.10
0.4.00
0.3.130
0.3.120
0.3.110
0.3.100
0.3.90
0.3.81
0.3.70
0.3.61
0.3.50
0.3.40
0.3.30
0.3.20
0.3.11
0.3.00
0.2.30
0.2.20
0.2.10
0.2.00
1.0.00

Package Sidebar

Install

npm i leadsoft-leadtrust-plugin

Weekly Downloads

3

Version

0.5.4

License

MIT

Unpacked Size

538 kB

Total Files

99

Last publish

Collaborators

  • guidolinho
  • leadsoft_lucas
  • fredericoleadsoft
  • leadsoftsolucoesweb