vue3-barcode
v1.0.1
Published
barcode for vue3
Downloads
5,740
Readme
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.