Skip to content

Sellsuki/vue-promptpay-qr

Repository files navigation

vue-promptpay-qr

Component to generate promptpay qrcode. Demo here https://sellsuki.github.io/vue-promptpay-qr/

Installation

npm install -D vue-promptpay-qr

Usage

import Vue from 'vue'
import VuePromptpayQr from 'vue-promptpay-qr'

Vue.use(VuePromptpayQr)

Props

id String id or mobilenumber

amount Number amount in THB

Example

<promptpay-qr id="1234567890123" :amount="500"></promptpay-qr>

Thanks to

dtinth for awesome generator library https://github.com/dtinth/promptpay-qr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published