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

Install with the CLI

Add Inventory Grid 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 inventory-grid

First time? Start with the documentation.

Import

tsx
import { Inventory Grid } from "./src/client/ui/components/inventory-grid";

Usage

tsx
const items = [{ id: "sword", name: "Iron Sword", icon: "rbxassetid://...", count: 1, rarity: "rare" }];
<InventoryGrid items={items} columns={5} slotSize={60} />

Inventory Grid

TSX + LuauFree

A draggable, sortable grid-based inventory system with item slots, stack counts, tooltips, and rarity border colors.

by RobloxUI Team

View Source

Details

AuthorRobloxUI Team
FrameworkRoblox-TS + React-Luau
CategoryInventory
Dependencies@rbxts/react
Theme Tokenscolors.bg, colors.bgTertiary, colors.border, colors.textPrimary, radius.md
Last Updated
July 31, 2026
Inventory Grid — RobloxUI