1.1.9 • Published 4 years ago

react-qrbtf-temp v1.1.9

Weekly downloads
19
License
MIT
Repository
github
Last release
4 years ago

React Qrbtf

Npm Version License

  • 6 Different QRCode Styles - Change the parameters to show your favourite

  • Make Your Own - Use the API to make your own QRCode styles

Demo

QR codes

Live Demo

Installation & Usage

npm install react-qrbtf --save

Docs

Read docs here (not yet completed)

Include the Componet

import React from 'react'
import { QRNormal } from 'react-qrbtf'

class Component extends React.Component {
    
    render() {
        return <QRNormal value="https://qrbtf.com" />
    }
}