0.1.22 • Published 7 years ago

emvio-app-tester v0.1.22

Weekly downloads
68
License
-
Repository
-
Last release
7 years ago

emvio-payment-app

Reach wrapper for slyce payment iframe

Install dependencies

npm install

Run development

This will run webpack watch and automatically rebuild

npm run dev

Run Example App

This will build an example app for testing the component

npm run example

Install

npm install --save git+ssh://git@github.com:CompleteMerchantSolutions/emvio-payment-app.git#v0.0.6#<tag-version>

Usage

import SlicePayment from 'emvio-payment-app'; 

Add this to a element that has a set height and width and the component will the fill space.

<div style="display:block; width:400px; height:100px;">
   <SlicePayment>
<div/>