Feedback Fancy Stable

AnimatedTooltip

Avatar row with animated tooltips that follow mouse movement

Preview

Installation

pnpm add fancy-ui-svelte
import { AnimatedTooltip } from 'fancy-ui-svelte'

Usage

svelte
<script lang="ts">
  import { AnimatedTooltip } from 'fancy-ui-svelte';
</script>

<AnimatedTooltip />

Examples

Basic Usage

Team Members

Props

PropTypeDefaultDescription
items *TooltipItem[]-Array of items with id, name, designation, and image URL