Ecommerce suggestions dropdown with a warm thumbnail, rating line, and trailing price column.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Search18 } from "@/components/beste/piece/search18";
<Search18
query="linen"
products={[
{
"name": "Washed linen pillow",
"price": "$48",
"rating": "4.8"
},
{
"name": "Linen throw blanket",
"price": "$112",
"rating": "4.6"
},
{
"name": "Natural linen apron",
"price": "$34",
"rating": "4.9"
}
]}
/>Mention-style popover listing matching people with avatars, role lines, and a presence dot.
Search input with a dropdown of autocompletions that bolds the matched substring.
Search field followed by a row of trending query chips led by a small flame label.
⌘K modal with a query bar, three typed results, and a keyboard-hint footer at the bottom.
SERP-style card with a breadcrumb trail, linked title, and body snippet with highlighted terms.
Command menu with two sectioned buckets of results, each prefixed by a category label.