Back to list
mcclowes

weavr-ui

by mcclowes

0🍴 0📅 Dec 1, 2025

SKILL.md


name: weavr-ui

prettier-ignore

description: Use when implementing Weavr UI components for secure payment flows, authentication (password/passcode), KYC/KYB verification, or card display

Weavr UI Component Library

Quick Start

// Include: <script src="https://sandbox.weavr.io/app/secure/static/client.1.js">
window.OpcUxSecureClient.init("{{ui_key}}");
var form = window.OpcUxSecureClient.form();
var input = form.input("p", "password", { placeholder: "Password" });
input.mount(document.getElementById("password"));
form.tokenize(function(tokens) { /* Send to server */ });

Core Principles

  • Tokenization: Sensitive data tokenized client-side, never touches your servers
  • PCI Compliance: Components qualify you for lowest PCI compliance level
  • Stepped-up Auth: Card display components require stepped-up auth tokens

Components

TypeComponentMethod
Inputpassword, confirmPassword, passCode, confirmPassCode, cardPinform.input()
DisplaycardNumber, cvv, pinOpcUxSecureClient.span()
Verifykyc, kyb, consumer_kycOpcUxSecureClient.kyc() / kyb() / consumer_kyc()

Reference Files

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon