Overlay
Tooltip
The v-tooltip directive: a hint shown on hover and on keyboard focus, which describes the element it sits on.
WAI-ARIA tested
Import
main.ts
import { Tooltip } from '@vitral/vue';Placement
Modifiers pick the side: `.top` (the default), `.bottom`, `.left`, `.right`.
Options
An object sets the text, placement and delays, and can disable it.
On a field
Focus the box with Tab: the tooltip shows, and the input is described by it.