9.0.17 • Published 8 months ago

testpacksyied v9.0.17

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

npm version

@nftverse/tale-wallet-plugin

This plugin can be used to integrate the tale wallet components into your own react application.

Table of contents

Getting Started

These instructions will guide you how to use this sdk on your project.

Installation

Start with cloning this package on your local machine:

$ npm i @nftverse/tale-wallet-plugin

Usage

Import package on your project

$ import "@nftverse/tale-wallet-plugin";

this all will return 5 components which are

  • LoginUi

  • Nftimage

  • WalletUI

  • talewallet

  • useAll

  • overlay

LoginUi

import LoginUi from "@nftverse/tale-wallet-plugin/dist/LoginUi";

To use LoginUi on your project use

<LoginUi />

WalletUI

import WalletUI from "@nftverse/tale-wallet-plugin/dist/WalletUI";

To use WalletUI on your project use

<WalletUI bgColor={"white"} textColor={"black"} />

useAll

useAll is a custom hook which contains all function of this plugin.

import useAll from "@nftverse/tale-wallet-plugin/dist/useAll";

To use useAll on your project use

const { handleTablClick, defaultOpen, fetchList, balance, images } = useAll();

Overlay

Overlay is a modal which open when user click on a button.

import Overlay from "@nftverse/tale-wallet-plugin/dist/Overlay/Overlay";

To use overlay on your project use

<Overlay bgColor={"orange"} textColor={"black"} width={"700px"} height={"400px"} />

Authors

  • Syied
9.0.9

8 months ago

9.0.8

8 months ago

9.0.7

8 months ago

9.0.6

8 months ago

9.0.5

8 months ago

9.0.4

8 months ago

9.0.3

8 months ago

9.0.17

8 months ago

9.0.16

8 months ago

9.0.13

8 months ago

9.0.12

8 months ago

9.0.15

8 months ago

9.0.14

8 months ago

9.0.11

8 months ago

9.0.10

8 months ago

9.0.2

8 months ago

9.0.1

8 months ago

9.0.0

1 year ago

8.0.0

1 year ago

7.0.0

1 year ago

6.0.0

1 year ago

5.0.0

1 year ago

4.0.0

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago