Search Input

Buttons

Search bar with animated search icon, spinning loading indicator, and AnimatePresence clear button that appears when text is entered.

Loading preview...
Customize
Placeholder
Loading

Props

PropTypeDefaultDescription
valuestringCurrent search text.
onChange(value: string) => voidCallback when text changes.
placeholderstring'Search...'Placeholder text.
onClear() => voidundefinedCallback when clear button is clicked.
loadingbooleanfalseShow spinning loading indicator instead of search icon.
classNamestring''Additional CSS classes.