Skip to main content
Version: 1.0.5

ExtendedSearchBox

@spartanfx/react v1.0.5


@spartanfx/react / ExtendedSearchBox

Variable: ExtendedSearchBox

const ExtendedSearchBox: React.FunctionComponent<IExtendedSearchBoxProps>

ExtendedSearchBox is a modern search input component that supports dynamic search modes, customizable button behavior, and optional localization.

Example

<ExtendedSearchBox
onChange={(value) => console.log(value)}
searchType={SearchTypes.searchById}
fullWidth
translate={(text) => localize(text)}
/>