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"
]}
/>Focused search input with a typed query, blinking caret, hit counter, and clear button.
Ecommerce suggestions dropdown with a warm thumbnail, rating line, and trailing price column.
Mention-style popover listing matching people with avatars, role lines, and a presence dot.
Popover that opens on focus and lists prior queries with a clock icon and remove control.
Search popover mid-query with a spinner in the input and three shimmering skeleton rows.
Search popover listing named saved queries with pin or star markers and a raw query beneath.