Tooltip Minimal

Clean and simple tooltip with customizable positioning and animations.

Configuring your account...

Please wait while we prepare everything for you

Usage

import TooltipMinimal from './TooltipMinimal';
import { Button } from '@/components/ui/button';

<TooltipMinimal 
  content="This is a helpful tooltip"
  position="top"
  delay={500}
>
  <Button>Hover me</Button>
</TooltipMinimal>

Props

PropTypeDefaultDescription
contentstring-Tooltip content text
childrenReactNode-Element to trigger tooltip
position'top' | 'bottom' | 'left' | 'right''top'Tooltip position
delaynumber500Delay before showing (ms)
classNamestring-Additional CSS classes

Features

  • Clean, minimal design
  • Four positioning options
  • Smooth animations
  • Customizable delay
  • Dark mode support
  • Arrow indicators
  • Responsive positioning