All Projects → rosskhanas → React Qr Code

rosskhanas / React Qr Code

Licence: mit
A QR code generator for React and React Native.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Qr Code

Vue Social Share
A Vue 2.x social share component
Stars: ✭ 136 (-11.11%)
Mutual labels:  component
Bardecoder
Detect and decode QR Codes, written in 100% Rust.
Stars: ✭ 145 (-5.23%)
Mutual labels:  qr-code
Vue Table
data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
Stars: ✭ 1,833 (+1098.04%)
Mutual labels:  component
Barcode
barcode.php - Generate barcodes from a single PHP file. MIT license.
Stars: ✭ 141 (-7.84%)
Mutual labels:  qr-code
Bekcurvetabbar
Full Customizable Tabbar with IBInspectables
Stars: ✭ 144 (-5.88%)
Mutual labels:  component
Scrollprogress
🛸 Light weight library to observe the viewport scroll position
Stars: ✭ 148 (-3.27%)
Mutual labels:  component
Reactpatterns
Patterns for React Developers
Stars: ✭ 1,682 (+999.35%)
Mutual labels:  component
React Native Animated Linear Gradient
Animated linear gradient as background animation or something else.
Stars: ✭ 153 (+0%)
Mutual labels:  component
Segno
Python QR Code and Micro QR Code encoder
Stars: ✭ 144 (-5.88%)
Mutual labels:  qr-code
React Intense
A React component for viewing large images up close 🔍
Stars: ✭ 152 (-0.65%)
Mutual labels:  component
Fluentvalidation.blazor
Fluent Validation-powered Blazor component for validating standard <EditForm> 🌌 ✅
Stars: ✭ 140 (-8.5%)
Mutual labels:  component
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+1283.66%)
Mutual labels:  qr-code
React Use Clipboard
React hook that provides copy to clipboard functionality.
Stars: ✭ 149 (-2.61%)
Mutual labels:  component
React Step Progress Bar
A library to create stunning progress bars and steps in React 🌡
Stars: ✭ 140 (-8.5%)
Mutual labels:  component
Go Sdk
Dapr SDK for go
Stars: ✭ 149 (-2.61%)
Mutual labels:  component
Esp Azure
SDK to connect ESP8266 and ESP32 to Microsoft Azure IoT services
Stars: ✭ 137 (-10.46%)
Mutual labels:  component
Vue Plain Slider
A simple slider component for Vue.js
Stars: ✭ 146 (-4.58%)
Mutual labels:  component
Garland View Android
≡ GarlandView seamlessly transitions between multiple lists of content. Made by @Ramotion
Stars: ✭ 1,855 (+1112.42%)
Mutual labels:  component
React Axios
Axios Components for React with child function callback
Stars: ✭ 153 (+0%)
Mutual labels:  component
React Svg Map
A set of React.js components to display an interactive SVG map
Stars: ✭ 150 (-1.96%)
Mutual labels:  component

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

yarn add 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 128
bgColor string '#FFFFFF'
fgColor string '#000000'
level string ('L' 'M' 'Q' 'H') 'L'

License

MIT

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].