![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@barcode-bakery/barcode-react
Advanced tools
This repository allows you to generate 1D barcodes in React. You can find more information on our Barcode Bakery website.
The TypeScript library is under the Creative Commons Attribution-NoDerivatives 4.0 International.
Please consider doing a donation.
$ npm install @barcode-bakery/barcode-react
or
$ yarn add @barcode-bakery/barcode-react
You can follow our developer's guide on our website to learn how to use our library.
import { BakeryCode128 } from '@barcode-bakery/barcode-react/1d';
export default function Home() {
return <BakeryCode128 text="a123" thickness={30} scale={1} />;
}
import { BakeryAztec } from '@barcode-bakery/barcode-react/aztec';
export default function Home() {
return <BakeryAztec text="Aztec" scale={1} />;
}
import { BakeryDatabarexpanded } from '@barcode-bakery/barcode-react/databarexpanded';
export default function Home() {
return <BakeryDatabarexpanded text="01900123456789083103001750" scale={1} />;
}
import { BakeryDatamatrix } from '@barcode-bakery/barcode-react/datamatrix';
export default function Home() {
return <BakeryDatamatrix text="DataMatrix" scale={1} />;
}
import { BakeryMaxicode } from '@barcode-bakery/barcode-react/maxicode';
export default function Home() {
return <BakeryMaxicode text="MaxiCode" scale={1} />;
}
import { BakeryPdf417 } from '@barcode-bakery/barcode-react/pdf417';
export default function Home() {
return <BakeryPdf417 text="PDF417" scale={1} />;
}
import { BakeryQrcode } from '@barcode-bakery/barcode-react/qrcode';
export default function Home() {
return <BakeryQrcode text="QRCode" scale={1} />;
}
FAQs
Generates barcodes for React.
The npm package @barcode-bakery/barcode-react receives a total of 161 weekly downloads. As such, @barcode-bakery/barcode-react popularity was classified as not popular.
We found that @barcode-bakery/barcode-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.