1.1.27 • Published 10 months ago

@gotabit/qrcode-modal v1.1.27

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

gotabit-walletconnect-qrcode-modal

Gotabit Walletconnect QRcode modal

Install

npm install

npm i @gotabit/qrcode-modal

yarn install

yarn add @gotabit/qrcode-modal

Open Qrcode modal with es import

import QRCodeModal from '@gotabit/qrcode-modal'

const onClose = () => {
  console.log('modal closed!')
}

QRCodeModal.open(uri, onClose)

Open Qrcode modal with umd

;<script src="https://unpkg.com/@gotabit/qrcode-modal"></script>

const onClose = () => {
  console.log('modal closed!')
}

window.GotabitQRCodeModal.open(uri, onClose)

Credits

Code built with the help of these related projects:

1.1.27

10 months ago

1.1.20

1 year ago

1.1.19

1 year ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago