0.0.2 • Published 3 years ago

paynow-payment-ui v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Paynow Payment UI

This is a simple Vue.js based UI that adds features to your payment process.It comes with HTML elements like the mobile wallet options on the select element, a mobile number and amount input fields.

Installation

Use the following npm command to grab the features of this UI onto your project.

npm i paynow-payment-ui

Usage

 import paynowPaymentUI  from  'paynow-payment-ui';

 Vue.use(paynowPaymentUI);

Using it inside your vue template.

    <paynow-payment-ui />

Contributing

Pull requests are greatly accepted. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL