0.1.5 • Published 9 months ago

steelpay-component v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
9 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

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago