Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jprichardson/react-qr
A React.js QR Code component.
https://github.com/jprichardson/react-qr
Last synced: 13 days ago
JSON representation
A React.js QR Code component.
- Host: GitHub
- URL: https://github.com/jprichardson/react-qr
- Owner: jprichardson
- Created: 2015-07-01T22:37:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T16:42:21.000Z (over 6 years ago)
- Last Synced: 2024-10-25T18:48:01.585Z (15 days ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 32
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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