RobloxUIRobloxUI
BrowseDocsPricingSubmit
/
/
RobloxUIRobloxUI — Roblox UI Components Marketplace
DocsSitemapTermsPrivacyCookiesSettingsPerformance
Item Tooltip — RobloxUI
  1. Home
  2. /
  3. Inventory
  4. /
  5. Item Tooltip
Booting Luau VM…

Install with the CLI

Add Item Tooltip to your Roblox project in one command. Requires Node 18+ and a Roblox project — run robloxui init first if you don't have one yet. See the docs.

bashnpx robloxui add item-tooltip

First time? Start with the documentation.

Import

tsx
import { Item Tooltip } from "./src/client/ui/components/item-tooltip";

Usage

tsx
<ItemTooltip name="Iron Sword" description="A sturdy blade." rarity="rare" damage={12} position={new Vector2(100, 100)} />

Item Tooltip

TSX + LuauFree

A floating tooltip that appears on hover, showing item name, description, stats, rarity, and value. Follows the mouse cursor with smooth positioning.

by RobloxUI Team

View Source

Details

AuthorRobloxUI Team
FrameworkRoblox-TS + React-Luau
CategoryInventory
Dependencies@rbxts/react
Theme Tokenscolors.bgSecondary, colors.textPrimary, colors.textSecondary, colors.accent, colors.success, colors.primary, spacing.xs, radius.md
Last UpdatedJuly 31, 2026