UNPKG

@empathyco/x-components

Version:
25 lines (16 loc) 457 B
--- 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> ```