# XWUILiveBadge

A small pulsing red "LIVE" pill to overlay on a video player, story, or stream thumbnail to signal that broadcast is live. Takes no required data; configure the text via `conf_comp.label` (default `LIVE`) and toggle the pulsing animation with `conf_comp.pulse` (default true).

## Basic Usage

The default pulsing LIVE pill with no overrides.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A default red, pulsing LIVE badge rendered with empty data and config.
```

## Custom Static Label

A badge with overridden label text and the pulse animation turned off.

```example
file: examples/CustomLabelStatic.ts
html: examples/CustomLabelStatic.html
title: Custom Static Label
description: An "ON AIR" badge using conf_comp.label with conf_comp.pulse disabled.
```

## Label and Pulse Variants

Several badges side by side to compare the label and pulse configuration options.

```example
file: examples/BadgeVariants.ts
html: examples/BadgeVariants.html
title: Label and Pulse Variants
description: Pulsing LIVE, static REC, and pulsing PREMIERE badges each rendered in their own host div.
```

```api
```
