1.0.16 • Published 1 year ago

qr-code-simple v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

qr-code-simple

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save qr-code-simple

Usage

import React, { Component } from 'react'

import {EnterUrl} from 'qr-code-simple'
import 'qr-code-simple/dist/index.css'

class Example extends Component {
  render() {
    return <EnterUrl options={{backgroundColor: 'yellowgreen', heightQrCode: '300px'}}/>
  }
}

Available options

optiontypedefault
backgroundColorStringpink
backgroundColorButtonStringblue
colorTextButtonStringwhite
widthInputString500px
marginTopQrCodeString50px
heightQrCodeString150px

License

MIT © melaniemdm

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago