0.1.5 • Published 10 months ago

steelpay-component v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Steelpay Payment Widget

This library provides the official Steelpay Payment Widget.

To initialize you will need:

  • A provider API key
  • A steelpay API key

Initializing your Steelpay Payment Widget is as simple as:

import { useState } from 'react';
import {SteelpayPaymentWidget} from 'steelpay-component';
function App() {
  const [amount, setAmount] = useState<number>(0);
  const [currency, setCurrency] = useState<string>("USD");
  return (
    <App>
        <SteelpayPaymentWidget amount={amount} currency={currency} steelpay_api_key="<YOUR_STEELPAY_API_KEY>" provider_api_key="<YOUR_PROVIDER_API_KEY>" />
    </App>
  );
}
0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago