🎉 Umo Editor Next has been released with enhanced support for online collaboration, document annotation, version history management, AI creation, import/export and more features. Learn more →
| Documentation
HomeDocumentionPlayground
  • Free Projects
    • Introduction
    • Features
    • Getting Started
    • Changelog
    • Roadmap
      • Default
      • Dictionaries
      • Toolbar
      • Page
      • Document
      • Import Word
      • AI Assistant
      • ECharts
      • Web Page
      • Templates
      • CDN
      • Share
      • Diagrams
      • User
      • Users
      • File Upload
      • Features and Extensions
      • Localization Language
      • Theme
      • Methods
    • Events
    • Methods
    • AI Assistant
    • Tiptap Editor
    • Locales
    • Themes
    • Slots
      • Introduction
      • Menu Button
      • Tooltip
      • Dialog
    • Notifications
      • Introduction
      • Built-in Extensions
      • Custom Extensions
    • Introduction
    • Getting Started
    • Configuration
    • Events
    • Themes
  • Commercial Projects
    • Introduction
    • Features
    • License Agreement
    • Changelog
    • Roadmap
    • Getting Started
    • Server Configuration
    • Toolbar Extensions
    • Page Aside
    • AI Chat Assistant
    • Collaborative
    • Comments
    • Import
    • Export
    • Other Configurations
    • Methods
    • Introduction
    • API Documentation
    • Authentication

On This Page

  • Example
  • Usage
  • Props
  • content
Question? Give us feedback →Edit this page →
DocumentionUmo EditorComponentsTooltip

Tooltip Component

The tooltip component is used to display text hints.

Example

See: https://www.umodoc.com/en/demo?target=components

Usage

<template>
  <umo-tooltip content="Tooltip Content">
    <button>Button</button>
  </umo-tooltip>
</template>
 
<script setup>
import { UmoTooltip } from '@umoteam/editor'
</script>

Props

content

Description: The text content to be displayed as a tooltip.

Type: None

Menu ButtonDialog