@moneybutton/react-money-button

0.38.8 • Public • Published

React Money Button

React Money Button is a library for easily integrating Money Button into your app.


Version License Downloads

React Money Button is a React library that lets you integrate Money Button’s payment system into your app with only a few lines of code.

Installation

React Money Button is available on the npm registry. You can install it both via yarn and npm.

yarn add @moneybutton/react-money-button
# or
npm install @moneybutton/react-money-button

Getting started

Using React Money Button is as simple as adding this component to your app:

import React, { Component } from 'react'
import MoneyButton from '@moneybutton/react-money-button'

class MyApp extends Component {
  render() {
    return <MoneyButton
      to="<your-bitcoin-address-here>"
      amount="1"
      currency="USD"
    />
  }
}

To learn more about the library, check out the docs.

License

React Money Button is MIT licensed.

Readme

Keywords

none

Package Sidebar

Install

npm i @moneybutton/react-money-button

Weekly Downloads

0

Version

0.38.8

License

Open-BSV

Unpacked Size

28.9 kB

Total Files

7

Last publish

Collaborators

  • elijahba
  • _mind_wire_
  • eitk