Introduction
A QR code plugin for Next.js, Create React App, Gatsby.js as well as React apps.
Installation
next-qrcode is available on npm. It can be installed with the following command:
npm install next-qrcode --save
next-qrcode is available on yarn as well. It can be installed with the following command:
yarn add next-qrcode --save