ac-barcode

1.0.0 • Public • Published

ac-barcode

条形码组件

image

npm version NPM downloads

1. 简介

React条形码组件,使用业界知名 jsbarcode 进行封装,简单、友好的使用体验

2. 安装

  1. 通过npm安装
    npm install ac-barcode --save
  2. 国内镜像通过cnpm安装
    cnpm install ac-barcode --save
  3. 用友内网通过ynpm安装
    ynpm install ac-barcode --save

3. 使用

import AcBarcode from "ac-barcode";
 
render(){
    return (<AcBarcode value="9787123" />)
}

4. API

参数 默认值 类型
value " String
renderer svg (svg,canvas,img) String
format "auto" (CODE128) String
width 2 Number
height 100 Number
displayValue true Boolean
fontOptions "" String
font "monospace" String
textAlign "center" String
textPosition "bottom" String
textMargin 2 Number
fontSize 20 Number
background "#ffffff" String (CSS color)
lineColor "#000000" String (CSS color)
margin 10 Number
marginTop undefined Number
marginBottom undefined Number
marginLeft undefined Number
marginRight undefined Number

5. 支持标准

6. CHANGLOG

/ac-barcode/

    Package Sidebar

    Install

    npm i ac-barcode

    Weekly Downloads

    4

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    84.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • duxue
    • jwangyangls
    • shaohlr
    • honely1314
    • xiaoshutong
    • yonyoufed
    • jonyw
    • guoyongfeng
    • kvkens
    • whizbz
    • npm_yx
    • bjyxszd
    • tinper-bot
    • houjitong
    • gaox2025f
    • gcht163
    • cnkvkens
    • diozhu
    • wangjings123