## ConsulMetadataList
``
A presentational component for presenting Consul Metadata
### Arguments
| Argument/Attribute | Type | Default | Description |
| --- | --- | --- | --- |
| `items` | `array` | | An array of entries or `[key, value]` pairs as returned by `Object.entries()` |
### Example
The following example shows how to construct the required structure from the
Consul API using a `object-entries` helper.
```handlebars
```
### See
- [Component Source Code](./index.js)
- [Template Source Code](./index.hbs)
---