alipay-payui
v1.0.2
Published
Wow, such a beautiful html5 pay components
Downloads
30
Readme
Pay UI
alipay-payui
是一套适用于支付场景的组件库。
Badges
快速上手
如何安装
方式一 通过 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