# AisQueryParams

## Purpose

Component AisQueryParams

## Props

### Optional

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

## Slots

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

## Events

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

## Dependencies

### External

- vue
- algoliasearch

### Internal

- ../cardbaseclickable

## Usage Example

```vue
<template>
  <AisQueryParams> </AisQueryParams>
</template>
```

## Related Links

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