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"
}
]}
/>