JSPM

  • Created
  • Published
  • Downloads 1093642
  • Score
    100M100P100Q186515F
  • License MIT

A <QRCode /> component for React.

Package Exports

  • react-qr-code

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-qr-code) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-qr-code

npm package Dependency Status devDependency Status

Library for generation of harmonious color themes. Include react components for picking colors.

Installation

Using npm:

npm install --save react-qr-code

The Gist

var React = require('react');
var QRCode = require('react-qr-code');

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

Examples

Web site

http://opensource-cards.github.io/react-qr-code

License

MIT