@sendacoin/react
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

@sendacoin/react

Installation

  1. Install package

    npm i @sendacoin/react
    

    or

    yarn add @sendacoin/react
    
  2. Import component

        import SendACoin from "@sendacoin/react";
    
  3. Use component

        <SendACoin
        username="YOUR_USERNAME"
        options={{
          icon: "btc",
          button_color: "#fff",
          donate_text: "Send Payments Now"
        }}
      />
    

Options

Option name Description
icon Change sendacoin widget icon to crypto currency icon. Supported values: btc,eth,bch,bnb,trx,doge,xmr,ltc,eth,usdt
button_color Widget button color
donate_text Widget text

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.7
    1
    • latest

Version History

Package Sidebar

Install

npm i @sendacoin/react

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

8.63 kB

Total Files

7

Last publish

Collaborators

  • sendacoin