# ArticleNavigation

## Purpose

Component ArticleNavigation

## Props

### Required

| Prop    | Type     | Description    |
| ------- | -------- | -------------- |
| `cards` | `Object` | No description |

## Slots

| Slot      | Description  |
| --------- | ------------ |
| `content` | content slot |

## Dependencies

### Internal

- ../cardbaseclickable
- ../overline
- ../cardtitle
- ../tile

## Usage Example

```vue
<template>
  <ArticleNavigation :cards="{}"> </ArticleNavigation>
</template>
```

## Related Links

- [TypeScript Definitions](./ArticleNavigation.d.ts)
- [Component Implementation](./ArticleNavigation.vue)
- [Export Module](./articlenavigation.js)
- [Package Configuration](./package.json)
