This wraps Syncfusion's barcode library for React, giving you three generator types: traditional 1D barcodes like Code39 and Code128, QR codes for URLs and contact info, and Data Matrix for compact labels. The skill covers installation through Vite, component props for sizing and colors, and export methods to save as PNG or base64. It's built for product labeling, inventory systems, and generating printable codes in forms or reports. The documentation splits cleanly by generator type, which helps since each has different encoding rules and use cases. Syncfusion is a commercial library, so factor that into your project if you're comparing it against free alternatives like react-barcode or qrcode.react.
npx skills add https://github.com/syncfusion/react-ui-components-skills --skill syncfusion-react-barcode