{"id":22822423,"url":"https://github.com/naimmalek/reactjs-qrcode-generator","last_synced_at":"2025-03-30T23:41:35.792Z","repository":{"id":100479292,"uuid":"428715703","full_name":"naimmalek/reactjs-qrcode-generator","owner":"naimmalek","description":"Qrcode generator for reactJS","archived":false,"fork":false,"pushed_at":"2021-11-19T16:18:31.000Z","size":977,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T13:27:53.059Z","etag":null,"topics":["qrcode-generator","react-qrcode-generator","reactjs-components"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naimmalek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-16T15:45:20.000Z","updated_at":"2024-01-03T15:30:09.000Z","dependencies_parsed_at":"2023-05-15T03:15:35.600Z","dependency_job_id":null,"html_url":"https://github.com/naimmalek/reactjs-qrcode-generator","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"6ee0def2a3c297cf7e7a186ad46c2c28f6207636"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naimmalek%2Freactjs-qrcode-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naimmalek%2Freactjs-qrcode-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naimmalek%2Freactjs-qrcode-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naimmalek%2Freactjs-qrcode-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naimmalek","download_url":"https://codeload.github.com/naimmalek/reactjs-qrcode-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246395573,"owners_count":20770240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["qrcode-generator","react-qrcode-generator","reactjs-components"],"created_at":"2024-12-12T16:11:57.459Z","updated_at":"2025-03-30T23:41:35.771Z","avatar_url":"https://github.com/naimmalek.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reactjs-qrcode-generator\n\n\u003e reactjs-qrcode-generator is a clean and simple QRcode generator library for reactJS.\n\n[![NPM](https://img.shields.io/npm/v/reactjs-qrcode-generator.svg)](https://www.npmjs.com/package/reactjs-qrcode-generator) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## Install\n\n```bash\nnpm install --save reactjs-qrcode-generator\n```\n\nDemo https://naimmalek.github.io/reactjs-qrcode-generator-demo/\n\n## Usage\n\n```tsx\nimport React, { Component } from 'react'\n\nimport {ReactQrcode} from 'reactjs-qrcode-generator'\n\nclass Example extends Component {\n  render() {\n    return \u003cReactQrcode qrvalue={qrvalue} size={size} level={1} /\u003e\n  }\n}\n```\n\n## Parameters\n\n| Attribute        | Type           | Default | Description  |\n| ------------- |-------------| -----|------------|\n| level | Number | 1    | QR ECC level (1, 2, 3, 4) |\n| qrvalue      | String | This is Qrcode | Your String |\n| size      | Number | 200     | (Width/Height value) |\n\n### Ecc level description\n\n| Level        | Description  |\n| -------------|------------  |\n| 1            | low          |\n| 2            | medium       |\n| 3            | quartile     |\n| 4            | high         |\n\n\n## License\n\nMIT © [naimmalek](https://github.com/naimmalek)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaimmalek%2Freactjs-qrcode-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaimmalek%2Freactjs-qrcode-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaimmalek%2Freactjs-qrcode-generator/lists"}