# AlgoliaInstantSearch

## Purpose

Component AlgoliaInstantSearch

## Props

### Optional

| Prop               | Type     | Default          | Values | Description    |
| ------------------ | -------- | ---------------- | ------ | -------------- |
| `inputPlaceholder` | `String` | `'Search Azion'` | -      | No description |

## Events

| Event   | Description |
| ------- | ----------- |
| `click` | click event |

## Dependencies

### External

- vue
- algoliasearch
- primevue/tabmenu

### Internal

- ../aisindexhit/AlgoliaIndexHit.vue

## Usage Example

```vue
<template>
  <AlgoliaInstantSearch> </AlgoliaInstantSearch>
</template>
```

## Related Links

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