0.2.0 • Published 8 months ago

@logo-rn/logo-barcode v0.2.0

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

@logo-rn/logo-barcode

generates barcode

npm version

Installation

Install the component:

npm i @logo-rn/logo-barcode -s

Usage

Once installed, import the component in your application:

import {LogoBarcode} from '@logo-rn/logo-barcode';
  const [barcode, setBarcode] = useState("HelloWorld");
  //...
  <LogoBarcode
    value={barcode}
  />

For more detailed information, please visit:

Logo Elements Documentation ↗