Appearance
We use vue-tippy for tooltips. All the documentation is there but for a basic use case:
<button content="Tooltip content" v-tippy>Hello</button>
or
<button :content="t('translation.string.path')" v-tippy="{placement: 'left'}">Hello</button>