Barcode
From Documentation
Barcode
- Demonstration: N/A
- Style Guide: N/A
- Available in ZK EE only
since 9.5.0
Related components
None.
Required Settings
aria-label | Describe the Barcode. |
Keyboard Support
None.
Example
<zk xmlns:ca="client/attribute">
<barcode type="ean13" value="0000000000000" displayValue="true" height="100px" width="300px"
ca:aria-label="Barcode presents 0000000000000" />
</zk>