# XWUIDisplayBarcode

Generic 1D barcode (Code 128, EAN-13, EAN-8). Headless SVG render.

## Basic Usage

XWUIDisplayBarcode Component Generic 1D barcode (Code 128, EAN-13, EAN-8).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIDisplayBarcode Component Generic 1D barcode (Code 128, EAN-13, EAN-8).
```

## Barcode symbologies

The same component renders Code 128, EAN-13, and EAN-8 from the `type` config, each in its own wrapper.

```example
file: examples/BarcodeTypes.ts
html: examples/BarcodeTypes.html
title: Barcode symbologies
description: Code 128, EAN-13, and EAN-8 rendered side by side.
```

## Styled barcode

Custom bar height, module width, and color, with the human-readable value label hidden.

```example
file: examples/Styled.ts
html: examples/Styled.html
title: Styled barcode
description: Taller, thicker, recolored bars with the value label hidden.
```

```api
```
