@empathyco/x-components
Version:
Empathy X Components
25 lines (16 loc) • 457 B
Markdown
title: ExperienceControls
# ExperienceControls
This component subscribes to changes in the ExperienceControls module to fire the events that
propagate the configuration.
## Examples
This component will fire the events received in the `ExperienceControlsEventsChanged` event.
```vue
<template>
<ExperienceControls />
</template>
<script setup>
import { ExperienceControls } from "@empathyco/x-components/experience-controls";
</script>
```