# AlgoliaIndexHit

## Purpose

Component AlgoliaIndexHit

## Props

### Optional

| Prop        | Type     | Default | Values | Description    |
| ----------- | -------- | ------- | ------ | -------------- |
| `indexName` | `String` | -       | -      | No description |
| `label`     | `String` | -       | -      | No description |

## Slots

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

## Events

| Event   | Description |
| ------- | ----------- |
| `media` | media event |

## Dependencies

### Internal

- ../cardbaseclickable

## Usage Example

```vue
<template>
  <AlgoliaIndexHit> </AlgoliaIndexHit>
</template>
```

## Related Links

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