--- title: QuanticFeedback slug: latest-search-feedback canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-feedback/ collection: quantic source_format: adoc --- # QuanticFeedback > **Note** > > This component was introduced in version `2.13.2`. The `QuanticFeedback` component displays a question and two buttons for giving positive or negative feedback. ## Properties -- |=== | Property | Attribute | Description | Type | Default | `question` | `question` a| The question to be displayed. | `string` | `"Was this useful?"` | `state` _(required)_ | `state` a| The state of the feedback component. | `'neutral', 'liked', 'disliked'` | | `hideExplainWhyButton` _(required)_ | `hide-explain-why-button` a| Indicates whether the "Explain why" button should be hidden. | `boolean` | | `successMessage` _(required)_ | `success-message` a| The message to be displayed after submitting a feedback. | `string` | | `likeIconName` _(required)_ | `like-icon-name` a| The name of the like icon. | `string` | | `dislikeIconName` _(required)_ | `dislike-icon-name` a| The name of the dislike icon. | `string` | | `likeLabel` _(required)_ | `like-label` a| The label of the like button. | `string` | | `dislikeLabel` _(required)_ | `dislike-label` a| The label of the dislike button. | `string` | | `hideLabels` _(required)_ | `hide-labels` a| Indicates whether the labels of feedback buttons should be hidden. | `boolean` | | `size` _(required)_ | `size` a| The size of the feedback icons. | `'xx-small', 'x-small', 'small', 'medium', 'large'` | |=== -- ## Custom events The component fires the following custom events: * `quantic__like` * `quantic__dislike` * `quantic__pressexplainwhy` ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `56.0` | `isExposed` | `false` |=== -- ## Associated use cases This component is also relevant in the following use case: * [Insight Panel](https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-feedback)