SearchBox Vector Input

v1.0.1

A search input with debounced results.

Interactive Implementation

Press / to focus, then type your query.

RAW_BUFFER:"NULL"
DEBOUNCED_VALUE:"NULL"

Properties API

All available props for this component.

Property
Type
Default
Description
valuestringrequiredControlled text stream mapping straight onto the active string buffer layout.
onChange(value: string) => voidrequiredDirect state callback firing instantly on every hardware keystroke iteration.
onDebounceSearch(value: string) => voidundefinedDelayed execution callback ideal for throttling database index network calls.
debounceDelaynumber300The time gap criteria measured in milliseconds before the debounce tracker validates input updates.
isLoadingbooleanfalseSwaps out the static search vector icon layout with a rotating loading wheel layout.
shortcutKeystringundefinedSpecifies a single document-wide key trigger to cleanly focus text fields from anywhere.
© 2026 Venti UI Labs. UI made right.