# react-qr **Repository Path**: mirrors_jprichardson/react-qr ## Basic Information - **Project Name**: react-qr - **Description**: A React.js QR Code component. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README react-qr ======== A React.js QR Code component. Installation ------------ npm i --save react-qr Usage ----- ```js var QRCode = require('react-qr') var component = React.createClass({ render () { } }) ``` License ------- MIT