<!-- AUTO-GENERATED from the @riverty/web-components custom elements manifest. Do not edit by hand. -->

# r-label

Utility component, mostly used internally in other design system components,
for consistent presentation of text with optional associated tooltip.

Example
```
<r-label>Email address</r-label>
<r-label field-indicator="optional">Full name</r-label>
```

## class: `RLabel`, `r-label`

### Fields

| Name             | Privacy | Type     | Default | Description                  | Inherited From |
| ---------------- | ------- | -------- | ------- | ---------------------------- | -------------- |
| `fieldIndicator` |         | `string` |         | Text of an additional marker |                |

### Attributes

| Name              | Field          | Inherited From |
| ----------------- | -------------- | -------------- |
| `field-indicator` | fieldIndicator |                |

### Slots

| Name | Description        |
| ---- | ------------------ |
|      | Label text content |

<hr/>

## Exports

| Kind                        | Name      | Declaration | Module | Package |
| --------------------------- | --------- | ----------- | ------ | ------- |
| `js`                        | `RLabel`  | RLabel      |        |         |
| `custom-element-definition` | `r-label` | RLabel      |        |         |
