Need a simple tooltip on hover for any action buttons, links, text and more, provide a better UX to your project.
Plain text with square info
npm install vue-info
yarn add vue-info
import VueInfo from 'vue-info';
export default {
...
components: {
...
VueInfo,
},
...
};
Then add it to your template