Add Dropdown Menu 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 dropdown-menuFirst time? Start with the documentation.
import { Dropdown Menu } from "./src/client/ui/components/dropdown-menu";<DropdownMenu items={[{ label: "Edit", onClick: () => print("edit") }, { label: "Delete", onClick: () => print("del"), danger: true }]} />A popup dropdown menu with hover and click triggers, nested submenus, divider separators, and checkable items.
by RobloxUI Team
| Author | RobloxUI Team |
| Framework | Roblox-TS + React-Luau |
| Category | Containers |
| Dependencies | @rbxts/react |
| Theme Tokens | colors.bgSecondary, colors.bgTertiary, colors.textPrimary, colors.error, radius.md |
| Last Updated |
| July 31, 2026 |