@africasokoni/react-qr-code
v1.0.2
Published
A QR code generator for React and React Native.
Downloads
11
Readme
react-qr-code
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