Floating Vue is a Vue library for building tooltips, dropdowns, popovers, and hover menus positioned with Floating UI. It provides a v-tooltip directive for simple content and components such as VTooltip, VDropdown, and VMenu for richer interfaces. Popper content can contain Vue components, form controls, and custom slots. Developers can choose automatic or directional placement and configure hover, click, focus, touch, or manual triggers. Themes define default behavior and styling for different floating elements and can be extended globally or per component. The library supports separate release lines for Vue 2 and Vue 3. It is MIT-licensed and includes documentation, demos, migration guides, and reusable lower-level building blocks.
Features
- Tooltip, dropdown, popover, and menu components
- v-tooltip directive and component APIs
- Vue component and custom slot content
- Automatic and directional Floating UI placement
- Hover, click, focus, touch, and manual triggers
- Custom themes and global configuration