0.2.0 • Published 8 months ago

@logo-rn/logo-qr-code v0.2.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
8 months ago

@logo-rn/logo-qr-code

generates qr code

npm version

Installation

Install the component:

npm i @logo-rn/logo-qr-code -s

Usage

Once installed, import the component in your application:

import {LogoQRCode} from '@logo-rn/logo-qr-code';
 const [qrText, setQrText] = useState("https://www.logoakademi.com.tr/");
   //...
   <LogoQRCode
     value={qrText}
   />

For more detailed information, please visit:

Logo Elements Documentation ↗