Metric
Description
A component to display a metric
A Metric component displays a key value alongside a title and an optional indicator of change.
API reference
public class Metric : ComponentBase<Metric, HTMLElement>A large numeric KPI tile used inside dashboards, showing a value with optional label and trend indicator.
- Namespace
- Tesserae
- Inheritance
- ComponentBase<Metric, HTMLElement> → Metric
Constructors
| Name | Description |
|---|---|
| Metric | Initializes a new instance of this class. |
| Overload | |
|---|---|
| Metric(string, string) | Initializes a new instance of this class. |
| Metric(IComponent, IComponent) | Initializes a new instance of this class. |