react-qrbtf-temp

A Collection of Components with beautiful QRCode styles

Usage no npm install needed!

<script type="module">
  import reactQrbtfTemp from 'https://cdn.skypack.dev/react-qrbtf-temp';
</script>

README

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" />
    }
}