8000 GitHub - sokoni-online/react-qr-code: A QR code generator for React and React Native.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sokoni-online/react-qr-code

 
 

Repository files navigation

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

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

About

A QR code generator for React and React Native.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 27.3%
  • Java 25.4%
  • Ruby 21.6%
  • Objective-C 17.9%
  • Starlark 7.8%
0