The component is a form through which the user can send a message to the site administrator. The email address is not visible to the user and is specified in the NRM settings.
Configuration:
<ui-feedback>
<template #success="{ formMethods }">
<div class="mb-4">Your feedback is REALLY important for US!</div>
<v-btn
color="primary"
@click="formMethods.reset()"
>
Send us one more!
</v-btn>
</template>
</ui-feedback>
Note: All of the settings can be customized either from admin panel by manually editing code or from within the back office by pressing on a cog icon in a left upper corner of the page (only accessible when "Online office admin" flag is presented).