0.0.1-beta.13 • Published 7 months ago

@reclaimprotocol/react-components v0.0.1-beta.13

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Reclaim Components

Summary

Reclaim Components is a versatile package designed to simplify the complex implementation of reclaim functionality in your React applications. This package provides a set of pre-built React utility components that offer a hassle-free way to handle various aspects of reclaim sdk, and it is especially handy for popular, repetitive use cases.

Installation

To get started with Reclaim Components, you can install it using npm or yarn:

npm install @reclaimprotocol/react-components
# or
yarn add @reclaimprotocol/react-components

Usage

Incorporating Reclaim Components into your React application is straightforward. Here's a basic example of how to use it:

import React, { type ReactNode } from 'react';
import { GenerateProof } from '@reclaimprotocol/react-components';

function App (): ReactNode {
  return (
    <GenerateProof
      appID='6d6c04eb-237b-4599-8797-94d48b0ac612'
      userID='dasq2easdase-asdq2e3'
      onProofSubmission={() => {}}
      onProofSubmissionFailed={() => {}}
    />
  );
}

export default App;
0.0.1-beta.13

7 months ago

0.0.1-beta.12

7 months ago

0.0.1-beta.11

7 months ago

0.0.1-beta.10

7 months ago

0.0.1-beta.9

7 months ago

0.0.1-beta.8

7 months ago

0.0.1-beta.7

7 months ago

0.0.1-beta.6

7 months ago

0.0.1-beta.5

7 months ago

0.0.1-beta.4

7 months ago

0.0.1-beta.3

7 months ago

0.0.1-beta.2

7 months ago

0.0.1-beta.1

7 months ago