Health index
Overview
Health index shows a health grade in either a default, mini, or large variation.
Default
Mini
Large
Installation
npm install @patternfly/pfe-health-index
Usage
Default
<pfe-health-index health-index="A">A</pfe-health-index>
Mini
<pfe-health-index health-index="A" size="mini">A</pfe-health-index>
Large
<pfe-health-index health-index="A" size="lg">A</pfe-health-index>
Slots
None
Attributes
health-index (observed)
Sets the value for the health index in the UI.
size (observed)
Changes the size.
Possible values: mini
, lg
Methods
None
Events
None
Styling hooks
None