--- title: QuanticResultTemplate slug: latest-result-template-result-template canonical_url: https://docs.coveo.com/en/quantic/latest/reference/result-template-components/result-template-result-template/ collection: quantic source_format: adoc --- # QuanticResultTemplate > **Note** > > This component was introduced in version `1.6.1`. The `QuanticResultTemplate` component is used to construct result templates using predefined and formatted [slots](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.create_components_slots). See [Use the Result Template Component](https://docs.coveo.com/en/quantic/latest/usage/result-template-usage/). ## Example ```html
``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `resultPreviewShouldNotBeAccessible` _(required)_ | `result-preview-should-not-be-accessible` a| | `boolean` | | `hideBorder` _(required)_ | `hide-border` a| Specifies whether the border of the result template should be hidden. | `boolean` | |=== -- ## 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` | `53.0` | `isExposed` | `false` |=== --