1.0.1 • Published 3 years ago

relayx v1.0.1

Weekly downloads
13
License
BSV
Repository
github
Last release
3 years ago

RelayX for TS & React

NPM

Install

npm install --save relayx
yarn add relayx

Docs

https://relay-x.bitbucket.io

Usage

import React from 'react';
import { RelaySwipe, RelayOne } from 'relayx';

interface ExampleProps {}

export const Example: React.FC<ExampleProps> = ({}) => {
  
  return (
    <>
      {RelayOne.head()} {/* Adds Imports To Head MUST be included somewhere in application */}
      <RelaySwipe to={"harryet@moneybutton.com"} amount={"0.01"} currency={"bsv"} />
    </>
  );
}

License

BSV

Credits

RelayX relayone js libary HarryET RelayX TS & React port

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago