All Projects → cssivision → Qrcode React

cssivision / Qrcode React

Licence: mit
a react component to generate QRCode with logo

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Qrcode React

Chilitags
Robust Fiducial Markers for Augmented Reality And Robotics
Stars: ✭ 104 (-26.76%)
Mutual labels:  qrcode
Zzyqrcode
a scanner for QRCode barCode 最好用的ios二维码、条形码,扫描、生成框架,支持闪光灯,从相册获取,扫描音效等,高仿微信,微博
Stars: ✭ 123 (-13.38%)
Mutual labels:  qrcode
Qrscanner
A simple QR Code scanner framework for iOS. Provides a similar scan effect to ios13.
Stars: ✭ 134 (-5.63%)
Mutual labels:  qrcode
Ctool
程序开发常用工具 chrome 扩展
Stars: ✭ 111 (-21.83%)
Mutual labels:  qrcode
Qrcodescanner
Android QR Code scanning library : QR Scanning library based on zxing for android devices API 15 and up
Stars: ✭ 117 (-17.61%)
Mutual labels:  qrcode
Jrqrcode
二维码生成库,把内容生成二维码,以base64编码的图片输出
Stars: ✭ 128 (-9.86%)
Mutual labels:  qrcode
Qrbtf
An art QR code (qrcode) beautifier. 艺术二维码生成器。https://qrbtf.com
Stars: ✭ 1,391 (+879.58%)
Mutual labels:  qrcode
Barcode
barcode.php - Generate barcodes from a single PHP file. MIT license.
Stars: ✭ 141 (-0.7%)
Mutual labels:  qrcode
Sgqrcode
The easy to use bar code and QR code scan library for iOS【支持二维码生成、从相册中读取二维码、条形码和二维码扫描】
Stars: ✭ 1,571 (+1006.34%)
Mutual labels:  qrcode
Awesomeqrcode
An awesome QR code generator for Android.
Stars: ✭ 1,718 (+1109.86%)
Mutual labels:  qrcode
Whatsapp Api
Rest API to send messages through whatsapp
Stars: ✭ 112 (-21.13%)
Mutual labels:  qrcode
Qrcodelogin
【二维码登录】基于SpringBoot+Vue+Android的二维码扫码登录;服务器端、网页前端和安卓端源码;
Stars: ✭ 115 (-19.01%)
Mutual labels:  qrcode
Chrome Qrcode
⚡️ A Chrome plugin to Genrate QRCode of URL / Text, or Decode the QRcode in website. 一个Chrome浏览器插件,用于生成当前URL或者选中内容的二维码,同时可以用于解析网页上的二维码内容。
Stars: ✭ 129 (-9.15%)
Mutual labels:  qrcode
Paperify
Minimal PaperBackup for large files using qrcodes.
Stars: ✭ 107 (-24.65%)
Mutual labels:  qrcode
Restaurantapp
Android Restaurant Application with QR Code Reader
Stars: ✭ 133 (-6.34%)
Mutual labels:  qrcode
Qr Code With Logo
带头像(logo)的二维码(qrcode)生成工具,无jQuery依赖,自由调整大小
Stars: ✭ 104 (-26.76%)
Mutual labels:  qrcode
React Native Qrcode Scanner
A QR code scanner component for React Native.
Stars: ✭ 1,796 (+1164.79%)
Mutual labels:  qrcode
Mootool
A handy tool set for developers. 开发者常备小工具
Stars: ✭ 141 (-0.7%)
Mutual labels:  qrcode
React Qr Svg
React component for rendering SVG QR codes
Stars: ✭ 134 (-5.63%)
Mutual labels:  qrcode
One Time
One Time Password (TOTP and HOTP) library for Clojure. TOTP/HOTP is widely used for Two Factor / Multi Factor Authentication.
Stars: ✭ 129 (-9.15%)
Mutual labels:  qrcode

qrcode-react

A React component to generate QRCode with logo. Inspired by zpao/qrcode.react, also support chinese.

Installation

npm install qrcode-react

Usage

var React = require('react');
var ReactDOM = require('react-dom');
var QRCode = require('qrcode-react');

ReactDOM.render(
  <QRCode value="http://facebook.github.io/react/" />,
  mountNode
);

Available Props

prop type default value
value string http://facebook.github.io/react/
size number 128
bgColor string (CSS color) "#FFFFFF"
fgColor string (CSS color) "#000000"
logo string (URL / PATH)
logoWidth number size * 0.2
logoHeight number Proportional scaling to logoWidth
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].