aptos-web2-library
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Aptos Web2 Library

Installation

You can install library using npm:

npm install aptos-web2-library

Usage

To use this library in your project, import the components you need from the library and use them in your React components.

import React from 'react';
import { Button } from 'aptos-web2-library';

function App() {
  return (
    <div>
      <Button
        text="Membership Perks"
        apiKey={YOUR_API_KEY}
        apiSecret={YOUR_API_SECRET}
        userId={CUSTOMER_USER_ID}
        membershipId={MEMBERSHIP_ID}
      />
    </div>
  );
}

export default App;

Package Sidebar

Install

npm i aptos-web2-library

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

7.01 MB

Total Files

101

Last publish

Collaborators

  • chainrewardz2023