@gotabit/qrcode-modal
TypeScript icon, indicating that this package has built-in type declarations

1.1.27 • Public • Published

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:

Readme

Keywords

none

Package Sidebar

Install

npm i @gotabit/qrcode-modal

Weekly Downloads

0

Version

1.1.27

License

MIT

Unpacked Size

610 kB

Total Files

114

Last publish

Collaborators

  • new_sunflower
  • wuchendi
  • roy_gotabit