New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alipay-payui

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alipay-payui

Wow, such a beautiful html5 pay components

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Pay UI

alipay-payui 是一套适用于支付场景的组件库。

官方站点 | 模板示例 | 绑卡示例 | 组件示例

官方站点

Badges

npm-url


快速上手

如何安装

方式一 通过 npm 安装
# Using npm
npm i alipay-payui --save

# Using yarn
yarn add alipay-payui
方式二 通过链接引用
  • 2.0组件暂不支持该用法
<!--键盘-->
<script src="https://gw.alipayobjects.com/as/g/PayTM-Core/pay-ui/0.0.20/PayKeyboard.js"></script>

快速开始

<div id="keyboard"></div>
<script src="PayKeyboard.js"></script>
const kb = new PayKeyboard({
    element: document.getElementById('keyboard'),
    tip: '安全支付保障中',
    arrow: true,
});

使用模块管理器:

import { PayKeyboard } from 'alipay-payui';
const kb = new PayKeyboard(options);

浏览器兼容

  • IOS > 8
  • Android > 4

相关二维码

钉钉咨询群

Keywords

FAQs

Package last updated on 29 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc