Conigma Connect
Label
Discriminator: label
Fluent UI Blazor Component: FluentLabel
Description
The Label component renders text content with configurable typography, font weight, color, and alignment. It is the primary component for displaying static text such as titles, descriptions, status messages, and informational content.
Properties
Property | Type | Required | Default | Description |
|---|---|---|---|---|
|
| ✅ Yes |
| Type discriminator |
|
| No |
| Inline CSS style |
|
| No |
| Component identifier for data binding |
|
| No |
| The text content to display |
|
| No |
| Typography style (see values below) |
|
| No |
| Font weight: |
|
| No |
| Predefined color theme (see shared enumerations) |
|
| No |
| Custom CSS color value (e.g. |
|
| No |
| Horizontal text alignment (see shared enumerations) |
|
| No |
| CSS |
|
| No |
| Whether the label appears in a disabled/muted state |
Typography Values
Value | Description |
|---|---|
| Standard body text |
| Subject/subtitle text |
| Header text |
| Pane header text (larger) |
| Hero/banner title (largest) |
| Page title |
| HTML heading levels 1 through 6 |
FontWeight Values
Value | Description |
|---|---|
| Normal font weight |
| Bold font weight |
| Extra bold font weight |
Data Binding
The Label component is a display-only component and does not provide data or validation.
JSON Example
Simple Label
Rendering...
Custom Colored Label
Rendering...
Disabled Label
Rendering...