clinical:barcode

v3.1.0Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

clinical:barcode

Admit it, we all love fonts. And how cool is it that barcodes are just fonts? Useful for any apps requiring inventory tracking or printing of labels.


Installation

First, install the fonts-barcode package from the command line, like so:

meteor add clinical:barcode

Data/Document Model

Then, simply add the 'barcode' class to the appropriate HTML tags.

1<div>This is a barcode: <span class="barcode">*123-45-6789*</span></div>

Reminder

You must enclose your barcode with asterixes!!!

*123456789*

Code 3 of 9 seems to be in the public domain.