Skip to content

Tooltip

Tooltip

Tooltips display additional contextual information when users interact with elements. They provide supplementary details without cluttering the interface.

PropertyValue
Min-width250px
PositionFixed (relative to trigger)
BackgroundDark (#323232)
Text ColorWhite
Corner Radius4px
Padding12-16px
PropertyValue
Fade InOpacity 0 → 1
Slide+20px vertical movement
Duration200-300ms
EasingEase-out

Default position, appears above the trigger element

Top Tooltip

Used when space above is limited

For right-side elements

For left-side elements

  • Provide contextual help for UI elements
  • Display additional information without clutter
  • Explain icon meanings or abbreviations
  • Show field-level hints in forms
✅ Do❌ Don’t
Keep text concise (1-2 lines max)Hide critical information only in tooltips
Use for supplementary information onlyUse for long explanations
Position carefully to avoid overlapRely on tooltips for mobile users
Allow adequate hover target areaObscure important UI elements
TypeExample
Label explanation”Click to save your changes”
Icon meaning”Add new item”
Format hint”DD-MM-YYYY”
Keyboard shortcut”Ctrl + S”