HealthIndicator
The HealthIndicator helps consumers to visualize the status of a resource.
HealthIndicatorProps
extends
, , , , , ,
Name | Type | Default | Description |
---|---|---|---|
status? | | | | | | 'neutral' | The status of the component. This should be chosen based on the context the indicator is used in. |
visual? | | | 'shape' | Configures the visual representation of the component, which is a shape by default. |
variant? | | | 'default' | Configures the variant of the component, whereas default does not accentuate the component, but onAccent does. |
HealthIndicator.Visual
You can use the HealthIndicator.Visual
component to render a custom visual
representation of your HealthIndicator
.
HealthIndicatorVisualProps
extends
,
Name | Type | Default | Description |
---|---|---|---|
children | . | - | Custom element to display instead of the icon or shape that the HealthIndicator component provides. |
Still have questions?
Find answers in the Dynatrace Community