DocumentionComponentsTooltip

Tooltip Component

The tooltip component is used to display text hints.

Example

See: https://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