# SectionIntercalatedContent

## Purpose

Component SectionIntercalatedContent

## Props

### Required

| Prop    | Type    | Description    |
| ------- | ------- | -------------- |
| `items` | `Array` | No description |

### Optional

| Prop       | Type     | Default | Values | Description    |
| ---------- | -------- | ------- | ------ | -------------- |
| `overline` | `String` | -       | -      | No description |
| `titleTag` | `String` | -       | -      | No description |
| `title`    | `String` | -       | -      | No description |

## Dependencies

### Internal

- ../contentsection
- ../themeawareimageswitcher

## Usage Example

```vue
<template>
  <SectionIntercalatedContent :items="[]"> </SectionIntercalatedContent>
</template>
```

## Related Links

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