RobloxUIRobloxUI
BrowseDocsPricingSubmit
/
/
RobloxUIRobloxUI — Roblox UI Components Marketplace
DocsSitemapTermsPrivacyCookiesSettingsPerformance
Search Bar (Roblox) — RobloxUI
  1. Home
  2. /
  3. Containers
  4. /
  5. Search Bar (Roblox)
Booting Luau VM…

Install with the CLI

Add Search Bar (Roblox) 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 search-bar

First time? Start with the documentation.

Import

tsx
import { Search Bar (Roblox) } from "./src/client/ui/components/search-bar";

Usage

tsx
<SearchBar placeholder="Find items..." onSearch={(q) => print(q)} />

Search Bar (Roblox)

TSX + LuauFree

A Roblox-native search input with clear button, placeholder text, debounced onChange callback, and keyboard return detection.

by RobloxUI Team

View Source

Details

AuthorRobloxUI Team
FrameworkRoblox-TS + React-Luau
CategoryContainers
Dependencies@rbxts/react
Theme Tokenscolors.bgTertiary, colors.textPrimary, colors.textMuted, spacing.xs, spacing.sm, radius.md
Last UpdatedJuly 31, 2026