@africasokoni/react-qr-code
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

react-qr-code

npm package Dependency Status devDependency Status peerDependency Status

A component for React. This library works with React and React Native (uses ART module).

Screenshots

Web

Android & iOS

iOS

Installation

npm i @africaskoni/react-qr-code

The Gist

import React from "react";
import ReactDOM from "react-dom";
import QRCode from "react-qr-code";

ReactDOM.render(<QRCode value="hey" />, document.getElementById("Container"));

API

prop type default value
value string
size number 256
bgColor string '#FFFFFF'
fgColor string '#000000'
level string ('L' 'M' 'Q' 'H') 'L'

License

MIT

Package Sidebar

Install

npm i @africasokoni/react-qr-code

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

14.2 kB

Total Files

9

Last publish

Collaborators

  • gr1d99
  • felixnyamweya