# Consul::InstanceChecks A presentational component to show an overview/summary of service or node health. ```hbs preview-template
With no checks
With all passing check
With a warning check
With a critical check
Nodes with a critical check
``` ## Arguments | Argument | Type | Default | Description | | --- | --- | --- | --- | | `type` | `(service | node )` | | A simple string to use for labelling | | `items` | `Array` | | An array of Consul healthchecks | ## See - [Template Source Code](./index.hbs) ---