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-tooltipFirst time? Start with the documentation.
import { Item Tooltip } from "./src/client/ui/components/item-tooltip";<ItemTooltip name="Iron Sword" description="A sturdy blade." rarity="rare" damage={12} position={new Vector2(100, 100)} />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
| Author | RobloxUI Team |
| Framework | Roblox-TS + React-Luau |
| Category | Inventory |
| Dependencies | @rbxts/react |
| Theme Tokens | colors.bgSecondary, colors.textPrimary, colors.textSecondary, colors.accent, colors.success, colors.primary, spacing.xs, radius.md |
| Last Updated | July 31, 2026 |