ComponentsSearchInputOn this pageSearchInputSearch input with auto-completion.PropsAny HTML Input propsExample with codeimport SearchInput from '@components/SearchInput';const MyComponent = () => { return ( <SearchInput type="search" name="q" placeholder="Search..." /> );};