Search input with a dropdown of autocompletions that bolds the matched substring.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Search4 } from "@/components/beste/piece/search4";
<Search4
query="ship"
suggestions={[
"shipping address",
"shipping labels API",
"shipping zones setup"
]}
/>