# Consul::InstanceChecks
A presentational component to show an overview/summary of service or node
health.
```hbs preview-template
```
## 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)
---