# MetaList

Display compact metadata rows. A wonderfully neat way to present 'Key: Value' information.

## Notes

- Use MetaList for dense supporting facts rather than long prose.
- Prefer short single-line values. If you're writing paragraphs, use a different component.



## Example

```astro
<MetaList>
  <dt>Status</dt>
  <dd>Stable</dd>
</MetaList>
```
