0.15.1 • Published 1 month ago

@gamefi-org/id-react v0.15.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

@gamefi-org/id-react

The frontend SDK for GameFi.org ID built for React.

Installation

npm i @gamefi-org/id-react

Usage

@gamefi-org/id-react comes with a state-manager powered by zustand. In order to get started, we first need to bootstrap the SDK with configuration.

import { init } from '@gamefi-org/id-react';
init({
  recaptcha: 'Recaptcha client key',
  gsi: 'Google Sign-In client key',
  baseURL: 'GameFi.org ID API endpoint',
  rpcs: {
    // endpoints for web3 connectors
  },
});

From here, we can use the SDK with its components, hooks and utilities.

import { Toaster, useID } from '@gamefi-org/id-react';
import SignIn from '@gamefi-org/id-react/dist/SignIn';
import Profile from '@gamefi-org/id-react/dist/Profile';

// singleton service for toasting messages.
<Toaster
  toastOptions={{
    style: {
      minWidth: '350px',
      maxWidth: '70%',
    },
  }}
/>;

// rendering the Profile and SignIn modal.
const { user } = useID();
if (user) {
  return <Profile />;
}

return <SignIn />;

That's it.
For better understanding, we would recommend checking the Storybook and the Next.js example.

0.15.1

1 month ago

0.15.0

1 month ago

0.14.0

1 month ago

0.13.4

3 months ago

0.13.5

3 months ago

0.13.3

4 months ago

0.13.0

4 months ago

0.13.1

4 months ago

0.13.2

4 months ago

0.13.0-next.0

4 months ago

0.12.4

5 months ago

0.12.3

5 months ago

0.12.1

5 months ago

0.12.2

5 months ago

0.12.0

5 months ago

0.10.0-next.11

9 months ago

0.10.0-next.10

9 months ago

0.10.0-next.13

9 months ago

0.10.0-next.12

9 months ago

0.10.0-next.9

9 months ago

0.10.0-next.7

9 months ago

0.10.0-next.8

9 months ago

0.10.0-next.5

9 months ago

0.10.0-next.6

9 months ago

0.11.0

6 months ago

0.10.0-next.15

9 months ago

0.10.0-next.3

10 months ago

0.11.1

6 months ago

0.10.0-next.14

9 months ago

0.10.0-next.4

9 months ago

0.10.0-next.17

9 months ago

0.10.0-next.16

9 months ago

0.10.0-next.2

10 months ago

0.10.0-next.19

8 months ago

0.10.0-next.18

8 months ago

0.10.0-next.20

8 months ago

0.10.0-next.22

8 months ago

0.10.0-next.21

8 months ago

0.10.0-next.24

7 months ago

0.10.0-next.23

8 months ago

0.10.1

7 months ago

0.10.2

7 months ago

0.10.0

7 months ago

0.10.0-next.1

11 months ago

0.10.0-next.0

11 months ago

0.9.0

11 months ago

0.8.5

11 months ago

0.8.4

11 months ago

0.8.3

11 months ago

0.8.2

12 months ago

0.8.1

12 months ago

0.8.0

12 months ago

0.7.0

12 months ago

0.6.1

12 months ago

0.6.0

12 months ago

0.6.0-next.1

12 months ago

0.6.0-next.0

12 months ago

0.5.2

12 months ago

0.5.1

12 months ago

0.5.0

1 year ago

0.4.8

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago