1.0.4 • Published 4 years ago

@qubaish/payment-widget v1.0.4

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

Payment Widget

Demo Payment Widget

Installation

npm install @qubaish/payment-widget
import React, {useState} from 'react';
import PaymentWidget from '@qubaish/payment-widget';

function SwitcherExample() {
    return (
        <div>
            <PaymentWidget 
                name="Business Name"
                seconds={10}
                amount="100000"
            />
        </div>
    )
}

To set up the project:

  1. Fork and clone the repository
  2. $ npm install
  3. $ npm run start
  4. $ npm run test