RobloxUIRobloxUI
BrowseDocsPricingSubmit
/
/
RobloxUIRobloxUI — Roblox UI Components Marketplace
DocsSitemapTermsPrivacyCookiesSettingsPerformance
Dropdown Menu — RobloxUI
  1. Home
  2. /
  3. Containers
  4. /
  5. Dropdown Menu
Booting Luau VM…

Install with the CLI

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-menu

First time? Start with the documentation.

Import

tsx
import { Dropdown Menu } from "./src/client/ui/components/dropdown-menu";

Usage

tsx
<DropdownMenu items={[{ label: "Edit", onClick: () => print("edit") }, { label: "Delete", onClick: () => print("del"), danger: true }]} />

Dropdown Menu

TSX + LuauFree

A popup dropdown menu with hover and click triggers, nested submenus, divider separators, and checkable items.

by RobloxUI Team

View Source

Details

AuthorRobloxUI Team
FrameworkRoblox-TS + React-Luau
CategoryContainers
Dependencies@rbxts/react
Theme Tokenscolors.bgSecondary, colors.bgTertiary, colors.textPrimary, colors.error, radius.md
Last Updated
July 31, 2026