1.0.1 • Published 3 years ago

vue3-barcode v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vue3-barcode

barcode for vue3

vue2 version

see the vue-barcode.

Installation

npm install vue3-barcode

Use

import Vue3Barcode from 'vue3-barcode'
export default defineComponent({
  components: {
    Vue3Barcode,
  },
})
<vue3-barcode value="vue3-barcode" :height="50" />

Options

All options: All options:

format width height text font-options font text-align text-position text-margin font-size background lineColor margin margin-top margin-bottom margin-left margin-right display-value ean128

For more information, see the JsBarcode documentation.