ricardobalk / ricardobalk.nl

My personal website, made with Nuxt 3 (Vue 3), TypeScript & TailwindCSS
https://ricardobalk.nl
ISC License
0 stars 0 forks source link

Add Tooltip Vue component #68

Closed ricardobalk closed 4 years ago

ricardobalk commented 4 years ago

It is quite common to use the title attribute on HTML elements, which will show a tooltip on almost all modern browsers. The problem with that is that it is not meant for tooltips and could give some accessibility problems (e.g. screen readers...). Therefore, there should be a custom tooltip component, made for this purpose.