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
Library for generation of harmonious color themes. Include react components for picking colors.
Installation
Using npm:
npm install --save react-qr-codeThe Gist
var React = require('react');
var QRCode = require('react-qr-code');
React.render(
<QRCode value="http://facebook.github.io/react/" />,
mountNode
);Examples
- Main (source)
Web site
http://opensource-cards.github.io/react-qr-code
License
MIT