https://github.com/react-component/qrcode
https://github.com/react-component/qrcode
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/react-component/qrcode
- Owner: react-component
- License: mit
- Created: 2024-06-13T02:16:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-24T13:17:46.000Z (7 months ago)
- Last Synced: 2025-08-24T22:02:35.163Z (4 months ago)
- Language: TypeScript
- Size: 522 KB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# @rc-component/qrcode
React QRCode Component
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
[![build status][github-actions-image]][github-actions-url]
[![Test coverage][codecov-image]][codecov-url]
[![bundle size][bundlephobia-image]][bundlephobia-url]
[![dumi][dumi-image]][dumi-url]
[npm-image]: http://img.shields.io/npm/v/@rc-component/qrcode.svg?style=flat-square
[npm-url]: http://npmjs.org/package/@rc-component/qrcode
[travis-image]: https://img.shields.io/travis/react-component/qrcode/master?style=flat-square
[travis-url]: https://travis-ci.com/react-component/qrcode
[github-actions-image]: https://github.com/react-component/qrcode/workflows/CI/badge.svg
[github-actions-url]: https://github.com/react-component/qrcode/actions
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/qrcode/master.svg?style=flat-square
[codecov-url]: https://app.codecov.io/gh/react-component/qrcode
[david-url]: https://david-dm.org/react-component/qrcode
[david-image]: https://david-dm.org/react-component/qrcode/status.svg?style=flat-square
[david-dev-url]: https://david-dm.org/react-component/qrcode?type=dev
[david-dev-image]: https://david-dm.org/react-component/qrcode/dev-status.svg?style=flat-square
[download-image]: https://img.shields.io/npm/dm/@rc-component/qrcode.svg?style=flat-square
[download-url]: https://npmjs.org/package/@rc-component/qrcode
[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/qrcode
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/qrcode
[dumi-url]: https://github.com/umijs/dumi
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
## Install
[](https://npmjs.org/package/@rc-component/qrcode)
## Usage
## Example
http://localhost:8001
## Development
```
npm install
npm start
```
## API
### props
## API
| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
## Test Case
```
npm test
npm run coverage
```
open coverage/ dir
## License
rc-qrcode is released under the MIT license.
### Refs
- Util part is from [qrcode.react](https://github.com/zpao/qrcode.react) under ISC license.
- QR Code generation part is from [qrcode-generator](https://www.nayuki.io/page/qr-code-generator-library) under MIT license.
## 🤝 Contributing