Command menu with two sectioned buckets of results, each prefixed by a category label.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Search10 } from "@/components/beste/piece/search10";
<Search10
query="mira"
groups={[
{
"group": "Files",
"items": [
{
"label": "mira-handoff.fig",
"hint": "Figma"
},
{
"label": "brand-mira.pdf",
"hint": "Doc"
}
]
}
]}
/>⌘K modal with a query bar, three typed results, and a keyboard-hint footer at the bottom.
A single-line search field with a leading magnifier, placeholder, and a monospace keyboard shortcut chip.
Search header with category tabs that show per-tab counts and an underline for the active one.
Search field followed by a row of trending query chips led by a small flame label.
Combined control with a left scope dropdown and a wider query input sharing a single pill.
SERP-style card with a breadcrumb trail, linked title, and body snippet with highlighted terms.