# XWUIDisplayRating

Emoji mood (frown / meh / smile) + optional numeric score. Read-only counterpart to `XWUIInputRating`. Models Odoo Project's customer-satisfaction display.

## Basic Usage

4.2/5 - smile face + score.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: 4.2/5 - smile face + score.
```

## Moods

Frown / meh / smile depending on the threshold.

```example
file: examples/Moods.ts
html: examples/Moods.html
title: Moods
description: Frown / meh / smile depending on the threshold.
```

## With Count

"4.2 / 5 (120)" - aggregated count.

```example
file: examples/WithCount.ts
html: examples/WithCount.html
title: With Count
description: "4.2 / 5 (120)" - aggregated count.
```

```api
```
